mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* configure.in (target_configdirs): Add cygmon for sparc64-elf.
This commit is contained in:
@ -729,6 +729,11 @@ case "${target}" in
|
||||
target_configdirs="${target_configdirs} target-cygmon"
|
||||
fi
|
||||
;;
|
||||
sparc64-*-elf*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-cygmon"
|
||||
fi
|
||||
;;
|
||||
sparclite-*-aout*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-cygmon"
|
||||
|
Reference in New Issue
Block a user