]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an
authorRobert Boehne <rboehne@ricardo-us.com>
Tue, 31 Jul 2001 18:48:11 +0000 (18:48 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 31 Jul 2001 18:48:11 +0000 (18:48 +0000)
incorrect resetting of lt_prog_compiler_static when using gcc
under AIX Power.

ChangeLog
libtool.m4

index 8602bc3272ac2f68a14776c9e91b6dd95379a861..ccca7c47811e2f86dd521fc1bad0c4a386cd2fdb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-30  Robert Boehne  <rboehne@ricardo-us.com>
+
+       * 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  <gary@gnu.org>
 
        * bootstrap: Remove generated files (incase they are links) before
index 4e88e9a2d978f703e3504727a0f84a95aa9979ba..fd78e1203f5177ca78718c453b20509cbb217e73 100644 (file)
@@ -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
       ;;