]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (sunos4*, GNU ld): Reordered.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 4 Apr 1999 07:34:41 +0000 (07:34 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 4 Apr 1999 07:34:41 +0000 (07:34 +0000)
ChangeLog
ltconfig.in

index dbd5933ab34150d6b04ed7fdefb995cf83171166..824a7fbf60a4397533eb835492d96bb2a8d46483 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (sunos4*, GNU ld): Reordered.
+
        * ltconfig.in (archive_cmds, sunos4*): Revert to -Bstatic; the
        native linker doesn't even support -Bshareable, only GNU ld does.
        Do not use `gcc -shared' in archive_cmds, it breaks deplibs.test.
index 8b82d094cc79ac240f5165e3441cfdcff7669e24..449bffe07d05cafd02a43d75bfa77af875ae6580 100755 (executable)
@@ -1068,13 +1068,6 @@ EOF
     ld_shlibs=no
     ;;
 
-  sunos4*)
-    archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts'
-    wlarc=
-    hardcode_direct=yes
-    hardcode_shlibpath_var=no
-    ;;
-
   beos*)
     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
       archive_cmds='$CC -nostart $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'
@@ -1114,6 +1107,13 @@ EOF
       old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a'
     ;;
 
+  sunos4*)
+    archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linkopts'
+    wlarc=
+    hardcode_direct=yes
+    hardcode_shlibpath_var=no
+    ;;
+
   *)
     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
       archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib'