From 8440f55d74ca4313d776c5205c716b4b1ed86f59 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 6 Aug 2003 03:22:18 +0000 Subject: [PATCH] typo --- winsup/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 333c9b449..1edd4dc3c 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -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) $(nostdinc} $(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)