]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set
authorGary V. Vaughan <gary@gnu.org>
Sat, 30 Jun 2001 02:42:55 +0000 (02:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 30 Jun 2001 02:42:55 +0000 (02:42 +0000)
lt_prog_compiler_wl to `-Wl'.
Reported by Albert Chin-A-Young  <china@thewrittenword.com>

ChangeLog
libtool.m4

index c640a956df1f09c696c953cca336443df0e7556d..270fc43b5db00496e76c4bd3adbeebe89cff9c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-30  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set
+       lt_prog_compiler_wl to `-Wl'.
+       Reported by Albert Chin-A-Young  <china@thewrittenword.com>
+
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
        From Tim Van Holder <tim.van.holder@pandora.be>
index 5bc2e687f064d2d808a0561ca396059d5e737fd3..ebeb87a1c4647e6ec58eff179f9cfe1bc2bae13d 100644 (file)
@@ -851,11 +851,11 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
     # PORTME Check for PIC flags for the system compiler.
     case $host_os in
     aix3* | aix4* | aix5*)
+      lt_cv_prog_cc_wl='-Wl,'
       # All AIX code is PIC.
       if test "$host_cpu" = ia64; then
         # AIX 5 now supports IA64 processor
         lt_cv_prog_cc_static='-Bstatic'
-        lt_cv_prog_cc_wl='-Wl,'
       else
         lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
       fi