diff options
-rw-r--r-- | binutils/testsuite/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 55a135f..16189a5 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -47,11 +47,11 @@ INSTALL = install -c INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA = $(INSTALL) -$(start-sanitize-chill) +# start-sanitize-chill CFLAGS = -g CHILLFLAGS = $(CFLAGS) CHILL_LIB = -lchill -$(end-sanitize-chill) +# end-sanitize-chill CC_FOR_TARGET = ` \ if [ -f $${rootme}/../../gcc/xgcc ] ; then \ |