* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user