* libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an

incorrect resetting of lt_prog_compiler_static when using gcc
under AIX Power.
This commit is contained in:
Robert Boehne 2001-07-31 18:48:11 +00:00 committed by Robert Boehne
parent 531c942ce6
commit e3617023bb
2 changed files with 6 additions and 2 deletions

View File

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

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