From ff6b880c1b2b7e8d03a8987e61edb29011787004 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 30 Jun 2001 02:42:55 +0000 Subject: [PATCH] * libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set lt_prog_compiler_wl to `-Wl'. Reported by Albert Chin-A-Young --- ChangeLog | 6 ++++++ libtool.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c640a956d..270fc43b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-06-30 Gary V. Vaughan + + * libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set + lt_prog_compiler_wl to `-Wl'. + Reported by Albert Chin-A-Young + 2001-06-29 Gary V. Vaughan From Tim Van Holder diff --git a/libtool.m4 b/libtool.m4 index 5bc2e687f..ebeb87a1c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 -- 2.47.3