]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-c.sh (hardcode_libdir_flag_spec): Remove linker
authorNick Hudson <nick@nthcliff.demon.co.uk>
Thu, 14 Dec 2000 01:08:36 +0000 (01:08 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 01:08:36 +0000 (01:08 +0000)
sspecification for netbsd.

ChangeLog
ltcf-c.sh

index 8f12f928a46b20dc99312944383dedbe07b8bfd5..298d66d8ed444563d8ad32bf3be89fc91e0c7944 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14  Nick Hudson  <nick@nthcliff.demon.co.uk>
+       
+       * ltcf-c.sh (hardcode_libdir_flag_spec):  Remove linker
+       sspecification for netbsd.
+       
 2000-12-14  Akim Demaille  <akim@epita.fr>
 
        * libtool.m4:  Don't depend on Autoconf internals:
index f766c5bc8ae79ce4649ba02717b8076b6f24bc3f..a50892f84d89db931dabaca243e519a632248f75 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -372,7 +372,7 @@ else
     else
       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
     fi
-    hardcode_libdir_flag_spec='${wl}-R$libdir'
+    hardcode_libdir_flag_spec='-R$libdir'
     hardcode_direct=yes
     hardcode_shlibpath_var=no
     ;;