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

This commit is contained in:
Bob Manson 1998-01-15 07:40:11 +00:00
parent 8d9371a56f
commit ddfa23cb52
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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"