* Makefile.common: Revert previous change.

This commit is contained in:
Corinna Vinschen 2001-02-22 12:37:32 +00:00
parent 87e6b0981f
commit 957059c831
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Feb 22 13:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Revert previous change.
Wed Feb 21 22:41:00 2000 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.

View File

@ -89,7 +89,7 @@ libgcc:=${subst \,/,${shell $(CC_FOR_TARGET) -print-libgcc-file-name}}
GCC_INCLUDE:=${word 1,${dir $(libgcc)}}/include
COMPILE_CXX:=$(CXX) $c -nostdinc++ $(ALL_CXXFLAGS) -I$(GCC_INCLUDE) \
-fno-rtti -fno-exceptions -fvtable-thunks
-fno-rtti -fno-exceptions
COMPILE_CC:=$(CC) $c -nostdinc $(ALL_CFLAGS) -I$(GCC_INCLUDE)
vpath %.a $(cygwin_build):$(w32api_lib):$(newlib_build)/libc:$(newlib_build)/libm