]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (hardcode_minus_L): Revert Ian's patch for
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 4 Nov 1998 07:36:59 +0000 (07:36 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 4 Nov 1998 07:36:59 +0000 (07:36 +0000)
ltconfig.in.  Although -L hardcoding is not used with GNU ld, it
does happen, so hardcode_minus_L must be set to yes.

ChangeLog
ltconfig.in

index c9ff88b3a37b9449dd8db64b86c5ea521ed36a60..e0f024f287d86a3fbf493bff91764e3fdf8478e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
 1998-11-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (hardcode_minus_L): Revert Ian's patch for
+       ltconfig.in.  Although -L hardcoding is not used with GNU ld, it
+       does happen, so hardcode_minus_L must be set to yes.
+       
        * ltconfig.in (compiler_o_lo): check whether we can write directly 
        to a .lo
+
        * ltmain.in (compiler_o_lo): if not, write to .o and rename it
 
 1998-11-04  Ian Lance Taylor  <ian@cygnus.com>
index ee5caf58836ed08a1c1e50188f13a5a9e9298425..4798bede753da378c553d272daae36f3407e6a3f 100755 (executable)
@@ -837,10 +837,7 @@ if test "$with_gnu_ld" = yes; then
   sunos4*)
     archive_cmds='$LD -assert pure-text -Bstatic -o $lib$libobjs'
     hardcode_direct=yes
-    # The GNU linker will only hardcode -L options when -rpath is not
-    # used, but we will be using -rpath because we set
-    # hardcode_libdir_flag_spec below.
-    hardcode_minus_L=no
+    hardcode_minus_L=yes
     hardcode_shlibpath_var=no
     ;;