Author: sebor
Date: Thu Jan 12 13:58:38 2006
New Revision: 368485

URL: http://svn.apache.org/viewcvs?rev=368485&view=rev
Log:
2006-01-12  Martin Sebor  <[EMAIL PROTECTED]>

        * gcc.config (MAPFLAGS) [Solaris]: Disabled incomplete support for
        versioned symbols to prevent unsats in optimized builds caused by
        a binary incompatibility with debugging symbols involving iterators.

Modified:
    incubator/stdcxx/branches/4.1.3/etc/config/gcc.config

Modified: incubator/stdcxx/branches/4.1.3/etc/config/gcc.config
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/branches/4.1.3/etc/config/gcc.config?rev=368485&r1=368484&r2=368485&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.1.3/etc/config/gcc.config (original)
+++ incubator/stdcxx/branches/4.1.3/etc/config/gcc.config Thu Jan 12 13:58:38 
2006
@@ -49,7 +49,9 @@
 
 ifeq ($(OSNAME),SunOS)
   # linker flags for symbol versioning
-  MAPFLAGS = -Wl,-M
+  # disabled (causes unsats in optimized builds due to a binary
+  # incompatibility with debugging symbols involving iterators)
+  # MAPFLAGS = -Wl,-M
 endif
 
 ifneq ($(MAPFLAGS),)


Reply via email to