You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/06/20 17:24:55 UTC

svn commit: r415708 - /incubator/stdcxx/trunk/etc/config/gcc.config

Author: sebor
Date: Tue Jun 20 08:24:55 2006
New Revision: 415708

URL: http://svn.apache.org/viewvc?rev=415708&view=rev
Log:
2006-06-20  Martin Sebor  <se...@roguewave.com>

	STDCXX-197
	* gcc.config (SHARED_SUFFIX): Defined to .dylib for Darwin.

Modified:
    incubator/stdcxx/trunk/etc/config/gcc.config

Modified: incubator/stdcxx/trunk/etc/config/gcc.config
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/gcc.config?rev=415708&r1=415707&r2=415708&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/gcc.config (original)
+++ incubator/stdcxx/trunk/etc/config/gcc.config Tue Jun 20 08:24:55 2006
@@ -142,6 +142,10 @@
   SHARED_SUFFIX   = .sl
 endif
 
+ifeq ($(OSNAME),Darwin)
+  SHARED_SUFFIX = .dylib
+endif 
+
 STATIC_CXXFLAGS =
 STATIC_CPPFLAGS =
 STATIC_LDFLAGS  =