From: Gary V. Vaughan Date: Sat, 30 Jun 2001 02:42:55 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set X-Git-Tag: release-1-4-1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff6b880c1b2b7e8d03a8987e61edb29011787004;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LTCONFIG_HACK) [aix*]: Always set lt_prog_compiler_wl to `-Wl'. Reported by Albert Chin-A-Young --- 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