Browse Source

* configure.in (target_configdirs): Add cygmon for sparc64-elf.

gdb-4_18-branch
Bob Manson 29 years ago
parent
commit
ddfa23cb52
  1. 4
      ChangeLog
  2. 5
      configure.in

4
ChangeLog

@ -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>
* configure.in: Make sure we only replace RPATH_ENVVAR on

5
configure.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"

Loading…
Cancel
Save