aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.common
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-06 03:22:18 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-06 03:22:18 +0000
commit8440f55d74ca4313d776c5205c716b4b1ed86f59 (patch)
tree9f947f2b3b1681b2015e9de0f09321b8a5a53f82 /winsup/Makefile.common
parent16f9bc132301ed0b1d832abfe8a1deb6a1e22f52 (diff)
downloadnewlib-8440f55d74ca4313d776c5205c716b4b1ed86f59.zip
newlib-8440f55d74ca4313d776c5205c716b4b1ed86f59.tar.gz
newlib-8440f55d74ca4313d776c5205c716b4b1ed86f59.tar.bz2
typo
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 333c9b4..1edd4dc 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)