Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-02-22 00:46:47 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-02-22 00:46:47 +0300
commit5b2ea3a43613c3d93ca9549880d3fd2dbb9ec0e1 (patch)
treebc04de3cfc8aa6aa190b6206b88d296b97f49cf6 /winsup/Makefile.common
parentc7193585d3b923462f862d02fe373f42b615a494 (diff)
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index f11a4e398..bf7cce17f 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -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