* 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>
This commit is contained in:
Gary V. Vaughan 2001-06-30 02:39:18 +00:00
parent fdec1c1137
commit c02df12c80
2 changed files with 5 additions and 1 deletions

View File

@ -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

2
libtool.m4 vendored
View 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'