mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* configure.in: Only configure gdb.chill for particular targets.
This commit is contained in:
@ -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>
|
Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* gdb.base/Makefile.in: Add action to .c.o transformation
|
* gdb.base/Makefile.in: Add action to .c.o transformation
|
||||||
|
@ -50,10 +50,10 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Chill currently doesn't link cross targets, so only config and test natives
|
# Only test Chill debugging for particular targets.
|
||||||
if [ "${host}" = "${target}" ] ; then
|
case "${target}" in
|
||||||
configdirs="${configdirs} gdb.chill"
|
sparc-*-sunos4*) configdirs="${configdirs} gdb.chill" ;;
|
||||||
fi
|
esac
|
||||||
|
|
||||||
# link in the lib directory if needed
|
# link in the lib directory if needed
|
||||||
#if [ ! -d lib ] ; then
|
#if [ ! -d lib ] ; then
|
||||||
|
Reference in New Issue
Block a user