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

ChangeLog
libtool.m4

index e8f65c986ffed23c017a55a17aaf7cfaab58871d..0c3b3ab2b8fbc58bc4aac69b466eadcf7a901247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-06-30  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Always set
+       lt_prog_compiler_wl to `-Wl'.
+       Reported by Albert Chin-A-Young  <china@thewrittenword.com>
+
        * ltdl.m4 (AC_LTDL_DLLIB) [sco3.2*]: When searching for a dlopen
        implementation, and adding `-ldl' has failed, try linking a call
        to dlopen, #including dlfcn.h, and without -ldl.  On sco3.2 the
index ecdb97353353919bae887d3096be8db9ccb5487f..75adfbc9f1128de4b60046d704c9e1af8b7d52b4 100644 (file)
@@ -3726,9 +3726,9 @@ else
   # PORTME Check for flag to pass linker flags through the system compiler.
   case $host_os in
   aix*)
+    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
     if test "$host_cpu" = ia64; then
       # AIX 5 now supports IA64 processor
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
     else
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'