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

ChangeLog
NEWS
libtool.m4

index aaa37ff307bc1d638ea8bd7cf05c7fbdc0f62f52..7c308d518ee91bae46e6ae00c8c7009fef12e00a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14  Nick Hudson  <nick@nthcliff.demon.co.uk>
+       
+       * libtool.m4 (hardcode_libdir_flag_spec):  Remove linker
+       specification for netbsd.
+       
 2000-12-14  Akim Demaille  <akim@epita.fr>
 
        * libtool.m4:  Don't depend on Autoconf internals:
diff --git a/NEWS b/NEWS
index c4f2bbd0e5429f6d6b0e99026bc585a8a7914915..3e55898162f5d61e403839b2b21bcd4e82511345 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,8 @@ New in 1.3d: 2000-??-??; CVS version 1.3c, Libtool team:
 * Start of support code for cross-compiling to win32.
 * libltdl can now be built as a dll with win32.
 * m4 macros needed to configure libltdl split out into libltdl/ltdl.m4.
-* Improved support for mingw32, Compaq Tru64 V5.0 and Digital Unix V4.*.
+* Improved support for mingw32, NetBSD, Compaq Tru64 V5.0 and Digital
+  Unix V4.*.
 * Initial support for ia64 linux.
 * Initial support for a.out freebsd shared libs.
 * Initial support for Paul Sokolovsky's pw32 POSIX over win32 layer.
index 3bdd4c7589d0e59eace626c425beb5611e6d6d87..49cd1a9527432125e6f61be8b5e106dd494a2b85 100644 (file)
@@ -1486,7 +1486,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
     ;;