* Makefile.common: Revert previous change.
This commit is contained in:
parent
87e6b0981f
commit
957059c831
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue