X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.rpath;h=c492a93b663132214cb5c26bfab04f111a9ff2bf;hb=b0d3c1545196ae640d1f6de6c084f15812a9650a;hp=7562cee361b0a84295224f5b68cd5d103d739e04;hpb=81fc972df9f58861df80d930f0b5c56ccb858e52;p=gnulib.git diff --git a/build-aux/config.rpath b/build-aux/config.rpath index 7562cee36..c492a93b6 100755 --- a/build-aux/config.rpath +++ b/build-aux/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,13 @@ else como) wl='-lopt=' ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + wl='-Wl,' + ;; + esac + ;; esac ;; osf3* | osf4* | osf5*)