From: Bruno Haible Date: Mon, 8 May 2006 19:48:51 +0000 (+0000) Subject: Add support for Sun C/C++ on Linux. X-Git-Tag: v0.15~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f280d3ecdfc8f85ac15994497b676a162833b471;p=thirdparty%2Fgettext.git Add support for Sun C/C++ on Linux. --- diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index b506c6cc4..8de7b8aa8 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,7 @@ +2006-05-05 Bruno Haible + + * config.rpath: Add support for Sun C 5.9 on Linux. + 2006-04-17 Bruno Haible * Makefile.am (all-local): Remove depedency on build-aux/mkinstalldirs. diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index 7562cee36..81ce68bbf 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -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 , 1996 # @@ -88,6 +88,9 @@ else como) wl='-lopt=' ;; + c89* | c99*) + wl='-Wl,' + ;; esac ;; osf3* | osf4* | osf5*)