]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add support for Sun C/C++ on Linux.
authorBruno Haible <bruno@clisp.org>
Mon, 8 May 2006 19:48:51 +0000 (19:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:14 +0000 (12:13 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath

index b506c6cc44bea439725fbcdde94e9b1461d22c9d..8de7b8aa81f966c96becda20efccf262f0aa5d7d 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-05  Bruno Haible  <bruno@clisp.org>
+
+       * config.rpath: Add support for Sun C 5.9 on Linux.
+
 2006-04-17  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (all-local): Remove depedency on build-aux/mkinstalldirs.
index 7562cee361b0a84295224f5b68cd5d103d739e04..81ce68bbfe88cf5915d50355fff0a135d9bdedbf 100755 (executable)
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable.
 #
-#   Copyright 1996-2005 Free Software Foundation, Inc.
+#   Copyright 1996-2006 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -88,6 +88,9 @@ else
         como)
           wl='-lopt='
           ;;
+        c89* | c99*)
+          wl='-Wl,'
+          ;;
       esac
       ;;
     osf3* | osf4* | osf5*)