Commit af708001 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* Make-lang.in (cp-warn): Don't append $(WERROR).

From-SVN: r93249
parent 63892581
2005-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (cp-warn): Don't append $(WERROR).
2005-01-10 Kazu Hirata <kazu@cs.umass.edu> 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.h: Fix a comment typo. * cp-tree.h: Fix a comment typo.
......
...@@ -88,7 +88,7 @@ CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \ ...@@ -88,7 +88,7 @@ CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \
CXX_OBJS = cp/cp-lang.o stub-objc.o $(CXX_AND_OBJCXX_OBJS) CXX_OBJS = cp/cp-lang.o stub-objc.o $(CXX_AND_OBJCXX_OBJS)
# Use strict warnings for this front end. # Use strict warnings for this front end.
cp-warn = $(STRICT_WARN) $(WERROR) cp-warn = $(STRICT_WARN)
cc1plus$(exeext): $(CXX_OBJS) $(BACKEND) $(LIBDEPS) cc1plus$(exeext): $(CXX_OBJS) $(BACKEND) $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment