mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-09 06:40:24 +08:00
* 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:
parent
531c942ce6
commit
e3617023bb
@ -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
2
libtool.m4
vendored
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user