Author: sebor
Date: Sun Feb 11 15:26:33 2007
New Revision: 506171

URL: http://svn.apache.org/viewvc?view=rev&rev=506171
Log:
2007-02-11  Mark Brown  <[EMAIL PROTECTED]>

        STDCXX-40
        STDCXX-337
        * gcc.config [Cygwin](LDLIBS): Added libcatgets and libiconv.

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?view=diff&rev=506171&r1=506170&r2=506171
==============================================================================
--- incubator/stdcxx/trunk/etc/config/gcc.config (original)
+++ incubator/stdcxx/trunk/etc/config/gcc.config Sun Feb 11 15:26:33 2007
@@ -213,6 +213,9 @@
   MULTI_CPPFLAGS_POSIX = -mthreads
   MULTI_LDFLAGS_POSIX  = -mthreads
 
+  # link with libcatgets and libiconv
+  LDLIBS += -catgets -liconv
+
   # set the assembler file suffix to .s
   AS_EXT = .s
 endif


Reply via email to