summaryrefslogtreecommitdiff
path: root/gcc/ch/Make-lang.in
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-03 22:45:31 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-03 22:45:31 +0000
commitdf4883a62cd340045dff88e9b108f5845f45b161 (patch)
treed03dceac052a0402839be40b751698b8f2c5ffd0 /gcc/ch/Make-lang.in
parenta2697ab6d3fade6e32a411145fa48b13e7a77bc5 (diff)
downloadgcc-df4883a62cd340045dff88e9b108f5845f45b161.tar.gz
* Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
(LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional. (GCC_CFLAGS): Use it. (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS. * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in, objc/Make-lang.in: Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/Make-lang.in')
-rw-r--r--gcc/ch/Make-lang.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index 5ac4748ee87..f9641256cdb 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -97,7 +97,7 @@ cc1chill$(exeext): $(P) $(CHILL_SRCS) $(LIBDEPS) stamp-objlist \
insn-config.h insn-flags.h insn-attr.h insn-codes.h \
c-typeck.o c-aux-info.o c-common.o c-iterate.o \
ggc-callbacks.o
- cd ch; $(MAKE) $(FLAGS_TO_PASS) $(CHILL_FLAGS_TO_PASS) ../cc1chill$(exeext)
+ cd ch; $(MAKE) $(LANG_FLAGS_TO_PASS) $(CHILL_FLAGS_TO_PASS) ../cc1chill$(exeext)
#
# Build hooks:
@@ -191,7 +191,7 @@ CHILL.stage4: stage4-start
# distribution anyway. It then copies the files to the distdir directory.
CHILL.distdir:
mkdir tmp/ch
- cd ch ; $(MAKE) $(FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) hash.h
+ cd ch ; $(MAKE) $(LANG_FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) hash.h
cd ch; \
for file in *[0-9a-zA-Z+]; do \
ln $$file ../tmp/ch >/dev/null 2>&1 || cp $$file ../tmp/ch; \