mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 18:28:27 +08:00
* configure.in (target_configdirs): Add cygmon for sparc64-elf.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (target_configdirs): Add cygmon for sparc64-elf.
|
||||||
|
|
||||||
Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
|
Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
|
||||||
|
|
||||||
* configure.in: Make sure we only replace RPATH_ENVVAR on
|
* configure.in: Make sure we only replace RPATH_ENVVAR on
|
||||||
|
@ -729,6 +729,11 @@ case "${target}" in
|
|||||||
target_configdirs="${target_configdirs} target-cygmon"
|
target_configdirs="${target_configdirs} target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
sparc64-*-elf*)
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-cygmon"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
sparclite-*-aout*)
|
sparclite-*-aout*)
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-cygmon"
|
target_configdirs="${target_configdirs} target-cygmon"
|
||||||
|
Reference in New Issue
Block a user