]> 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:51 +0000 (07:34 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 4 Apr 1999 07:34:51 +0000 (07:34 +0000)
ChangeLog
ltconfig.in

index c28240574bfdf0e92b0e0677e4eab3b6ccc8c6d2..b2912b5466c05826dd1c099c6b636c782e8a0d61 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 391478a83d66f314719cccb26e6fe3bbc761dc88..3a563de8c456706afbdb8dd0dbc1d5df7e664d69 100755 (executable)
@@ -1072,13 +1072,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'
@@ -1123,6 +1116,13 @@ EOF
       $CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts'
     ;;
 
+  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'