diff options
author | Bill Cox <bill@cygnus> | 1994-05-12 21:16:41 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-05-12 21:16:41 +0000 |
commit | edfb9ffd1f5f733233b926d7121d31d6fb4dde62 (patch) | |
tree | 3131713ffcf730400d22f6f5cffc0a8c97ab93a5 /gdb | |
parent | 4d2ad0a87b6d12b7e83c5cd4e525ebc7f0b1bb11 (diff) | |
download | gdb-edfb9ffd1f5f733233b926d7121d31d6fb4dde62.zip gdb-edfb9ffd1f5f733233b926d7121d31d6fb4dde62.tar.gz gdb-edfb9ffd1f5f733233b926d7121d31d6fb4dde62.tar.bz2 |
* config/makefile.rel.in: : Add comment lines
to Sanitize out CHILL references unless keep-chill
was specified.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/config/makefile.rel.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9071bc7..5cd070c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,8 +2,9 @@ Thu May 12 14:06:34 1994 Bill Cox (bill@rtl.cygnus.com) * .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. + * Makefile.in, config/makefile.rel.in: : Add comment lines + to Sanitize out CHILL references unless keep-chill + was specified. Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com) diff --git a/gdb/testsuite/config/makefile.rel.in b/gdb/testsuite/config/makefile.rel.in index 216bfa2..4dea75a 100644 --- a/gdb/testsuite/config/makefile.rel.in +++ b/gdb/testsuite/config/makefile.rel.in @@ -50,6 +50,7 @@ CXX_FOR_TARGET = ` \ fi; \ fi` +# start-sanitize-chill CHILLFLAGS = $(CFLAGS) CHILL = gcc CHILL_FOR_TARGET = ` \ @@ -63,6 +64,7 @@ CHILL_FOR_TARGET = ` \ fi; \ fi` CHILL_LIB = -lchill +# end-sanitize-chill TARGET_FLAGS_TO_PASS = \ "prefix=$(prefix)" \ @@ -71,10 +73,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)" \ |