mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
AIX PIC shared library support
* m4/libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
This commit is contained in:
parent
90529a55ef
commit
f2a640f7e0
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -3863,6 +3863,7 @@ m4_if([$1], [CXX], [
|
||||
# AIX 5 now supports IA64 processor
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||
fi
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
;;
|
||||
|
||||
amigaos*)
|
||||
@ -4180,6 +4181,7 @@ m4_if([$1], [CXX], [
|
||||
# AIX 5 now supports IA64 processor
|
||||
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||
fi
|
||||
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
||||
;;
|
||||
|
||||
amigaos*)
|
||||
|
Loading…
Reference in New Issue
Block a user