]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 17 May 1999 02:33:58 +0000 (02:33 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 17 May 1999 02:33:58 +0000 (02:33 +0000)
-Wl for allextract.

ChangeLog
ltconfig.in

index 2a998b3162c51f2aaeefe4a1eab582ae9e7462bf..f560091f1b669136f1df1ed21fc48aa4852a48e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-05-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
+       -Wl for allextract.
+
 1999-05-14  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * instutil/chmod: New script to avoid chmod'ing files while
index 9418cd9d16b93ead1ffc08fed990076da81f415a..f283bc241d54b1429b56cd5eb5ec08974372d331 100755 (executable)
@@ -1362,7 +1362,7 @@ else
     case "$host_os" in
     solaris2.[0-5] | solaris2.[0-5].*) ;;
     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-      whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;;
+      whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
     esac
     ;;