From: Robert Boehne Date: Tue, 31 Jul 2001 18:48:11 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an X-Git-Tag: release-1-4d~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3617023bb48934c72ed5247f82ac5f2c7da398a;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an incorrect resetting of lt_prog_compiler_static when using gcc under AIX Power. --- diff --git a/ChangeLog b/ChangeLog index 8602bc327..ccca7c478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-30 Robert Boehne + + * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an + incorrect resetting of lt_prog_compiler_static when using gcc + under AIX Power. + 2001-07-31 Gary V. Vaughan * bootstrap: Remove generated files (incase they are links) before diff --git a/libtool.m4 b/libtool.m4 index 4e88e9a2d..fd78e1203 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3984,8 +3984,6 @@ ifelse([$1],[CXX],[ if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;;