From edfb9ffd1f5f733233b926d7121d31d6fb4dde62 Mon Sep 17 00:00:00 2001 From: Bill Cox Date: Thu, 12 May 1994 21:16:41 +0000 Subject: * config/makefile.rel.in: : Add comment lines to Sanitize out CHILL references unless keep-chill was specified. --- gdb/testsuite/config/makefile.rel.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/testsuite/config') 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)" \ -- cgit v1.1