mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* Makefile.common: Fix typo from previous checkin.
This commit is contained in:
parent
237ab58c28
commit
298b2249e6
@ -1,3 +1,7 @@
|
||||
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.common: Fix typo from previous checkin.
|
||||
|
||||
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* configure.in: w32api directory was already optional. Semi-revert
|
||||
|
@ -118,7 +118,7 @@ ifeq (,${findstring $(gcc_libdir),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)})
|
||||
GCC_INCLUDE:=${subst //,/,-I$(gcc_libdir)/include}
|
||||
endif
|
||||
|
||||
nostdinc:=${shell [ -d "$$srcdir/w32api" ] && echo "-nostdinc -nostdinc++"]}
|
||||
nostdinc:=${shell [ -d "$(updir)/w32api" ] && echo "-nostdinc -nostdinc++"}
|
||||
|
||||
COMPILE_CXX=$(CXX) $c $(nostdinc) $(ALL_CXXFLAGS) $(GCC_INCLUDE) \
|
||||
-fno-rtti -fno-exceptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user