* configure.in: Only configure gdb.chill for particular targets.

This commit is contained in:
Stan Shebs 1995-08-16 19:03:10 +00:00
parent 1d169acc61
commit 46ce3de0a9
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
* configure.in: Only configure gdb.chill for particular targets.
Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
* gdb.base/Makefile.in: Add action to .c.o transformation

View File

@ -50,10 +50,10 @@ case "${target}" in
;;
esac
# Chill currently doesn't link cross targets, so only config and test natives
if [ "${host}" = "${target}" ] ; then
configdirs="${configdirs} gdb.chill"
fi
# Only test Chill debugging for particular targets.
case "${target}" in
sparc-*-sunos4*) configdirs="${configdirs} gdb.chill" ;;
esac
# link in the lib directory if needed
#if [ ! -d lib ] ; then