Author: sebor
Date: Fri Mar 17 17:39:55 2006
New Revision: 386788
URL: http://svn.apache.org/viewcvs?rev=386788&view=rev
Log:
2006-03-17 Martin Sebor <[EMAIL PROTECTED]>
* gcc.config (LDSOFLAGS): Removed -lsupc++ from the defintion
of the variable (libraries go in the LDIBS variable and only
position independent options in LDSOFLAGS and similar).
Modified:
incubator/stdcxx/trunk/etc/config/gcc.config
Modified: incubator/stdcxx/trunk/etc/config/gcc.config
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/etc/config/gcc.config?rev=386788&r1=386787&r2=386788&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/gcc.config (original)
+++ incubator/stdcxx/trunk/etc/config/gcc.config Fri Mar 17 17:39:55 2006
@@ -64,10 +64,6 @@
LDSOFLAGS = -shared
-ifneq ($(CXX_MAJOR),2)
-LDSOFLAGS += -lsupc++
-endif
-
# -fPIC needed both to compile and link shared libs on HP-UX 11
ifeq ($(OSNAME),HP-UX)
LDSOFLAGS += -fPIC