* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.

This commit is contained in:
Corinna Vinschen 2001-02-21 21:46:47 +00:00
parent c7193585d3
commit 5b2ea3a436
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 21 22:41:00 2000 Corinna Vinschen <corinna@vinschen.de>
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
Sun Dec 3 00:21:31 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use

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
-fno-rtti -fno-exceptions -fvtable-thunks
COMPILE_CC:=$(CC) $c -nostdinc $(ALL_CFLAGS) -I$(GCC_INCLUDE)
vpath %.a $(cygwin_build):$(w32api_lib):$(newlib_build)/libc:$(newlib_build)/libm