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 15:37:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-02-22 15:37:32 +0300
commit957059c8315fd725db2096ef696e57167d721e31 (patch)
tree8b8944abe688593201ea6170dab0a0975ae2148e
parent87e6b0981fb71b37e3672a728eb7961baaec9c68 (diff)
* Makefile.common: Revert previous change.
-rw-r--r--winsup/ChangeLog4
-rw-r--r--winsup/Makefile.common2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index b4242e0f2..61c1220f6 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -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.
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 86e81ad21..1f2d04ca5 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 -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