summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-05-12 21:08:47 +0000
committerBill Cox <bill@cygnus>1994-05-12 21:08:47 +0000
commit4d2ad0a87b6d12b7e83c5cd4e525ebc7f0b1bb11 (patch)
treeff7bb6e7b4a30fd188eecf1b8d76d7339ba3d148 /gdb/testsuite/Makefile.in
parent291c622da4849dba360a6dbb45401f3c2eaacaa1 (diff)
downloadppe42-binutils-4d2ad0a87b6d12b7e83c5cd4e525ebc7f0b1bb11.tar.gz
ppe42-binutils-4d2ad0a87b6d12b7e83c5cd4e525ebc7f0b1bb11.zip
* .Sanitize: Drop the gdb.t30 and gdb.t31 directories
unless keep-chill was specified on the command line. * Makefile.in: Add comment lines to Sanitize out CHILL references unless keep-chill was specified.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 642c1dc6b2..41d4035f12 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -50,8 +50,10 @@ INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
CFLAGS = -g
+# start-sanitize-chill
CHILLFLAGS = $(CFLAGS)
CHILL_LIB = -lchill
+# end-sanitize-chill
# This should probably be consistent with the top-level Makefile.in,
# gdb/Makefile.in, and gdb/testsuite/gdb.t2*/Makefile.in, so that "make check"
# has the same effect no matter where it is run.
@@ -59,16 +61,13 @@ CXXFLAGS = -g -O
LINK= ln -s
SUBDIRS=
+RUNTEST = runtest
RUNTESTFLAGS =
EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
echo $${rootme}/../../expect/expect ; \
else echo expect ; fi`
-RUNTEST = `if [ -f $${srcdir}/../../dejagnu/runtest ] ; then \
- echo $${srcdir}/../../dejagnu/runtest ; \
- else echo runtest ; fi`
-
RUNTEST_FOR_TARGET = ` \
if [ -f $${rootme}/../../dejagnu/site.exp ] ; then \
echo $${rootme}/../../dejagnu/runtest ; \
@@ -103,6 +102,7 @@ CXX_FOR_TARGET = ` \
fi; \
fi`
+# start-sanitize-chill
CHILLFLAGS = $(CFLAGS)
CHILL = gcc
CHILL_FOR_TARGET = ` \
@@ -128,6 +128,7 @@ CHILL = ` \
t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
fi; \
fi`
+# end-sanitize-chill
GDB = ` \
if [ -f $${rootme}/../gdb ] ; \
@@ -148,10 +149,12 @@ TARGET_FLAGS_TO_PASS = \
'CC=$$(CC_FOR_TARGET)' \
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
"CFLAGS=$(CFLAGS)" \
+# start-sanitize-chill
"CHILLFLAGS=$(CHILLFLAGS)" \
'CHILL=$$(CHILL_FOR_TARGET)' \
"CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
"CHILL_LIB=$(CHILL_LIB)" \
+# end-sanitize-chill
'CXX=$$(CXX_FOR_TARGET)' \
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
"CXXFLAGS=$(CXXFLAGS)" \
OpenPOWER on IntegriCloud