From cb1826572ce94eabfa1e4b5e8737fad188a55048 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 13 Oct 2001 00:59:20 +0000 Subject: * Makefile.in: Add -nostdinc to CXXFLAGS. --- winsup/ChangeLog | 4 ++++ winsup/Makefile.common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index e86ac02..b80d149 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,5 +1,9 @@ 2001-10-12 Christopher Faylor + * Makefile.in: Add -nostdinc to CXXFLAGS. + +2001-10-12 Christopher Faylor + * Makefile.common: Perform more include file testing trickery. Sun Oct 7 23:08:46 2001 Christopher Faylor diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 49c5159..74e17e3 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -111,7 +111,7 @@ ifeq (,${findstring $(gcc_libdir),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)}) GCC_INCLUDE:=-I$(gcc_libdir)/include endif -COMPILE_CXX:=$(CXX) $c -nostdinc++ $(ALL_CXXFLAGS) $(GCC_INCLUDE) \ +COMPILE_CXX:=$(CXX) $c -nostdinc++ -nostdinc $(ALL_CXXFLAGS) $(GCC_INCLUDE) \ -fno-rtti -fno-exceptions COMPILE_CC:=$(CC) $c -nostdinc $(ALL_CFLAGS) $(GCC_INCLUDE) -- cgit v1.1