* Makefile.common: Hmm. Older compilers seem to need -nostdinc.
This commit is contained in:
parent
c6f80f3e29
commit
16f9bc1323
|
@ -1,3 +1,7 @@
|
|||
2003-08-05 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.common: Hmm. Older compilers seem to need -nostdinc.
|
||||
|
||||
2003-08-05 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.common: Don't send -nostdinc++ with g++.
|
||||
|
|
|
@ -130,7 +130,7 @@ ifeq (,${findstring $(gcc_libdir),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)})
|
|||
GCC_INCLUDE:=${subst //,/,-I$(gcc_libdir)/include}
|
||||
endif
|
||||
|
||||
COMPILE_CXX=$(CXX) $c $(nostdincxx) $(ALL_CXXFLAGS) $(GCC_INCLUDE) \
|
||||
COMPILE_CXX=$(CXX) $c $(nostdincxx) $(nostdinc} $(ALL_CXXFLAGS) $(GCC_INCLUDE) \
|
||||
-fno-rtti -fno-exceptions
|
||||
COMPILE_CC=$(CC) $c $(nostdinc) $(ALL_CFLAGS) $(GCC_INCLUDE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue