diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:20:07 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:20:07 -0400 |
commit | 74d885ce487911cae6b2d4c596d98dc25d2865a6 (patch) | |
tree | 2efc8b211f30eab5d561e78d2ff95cb128bbd21e /eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx | |
parent | sys-devel/libtool: add m4/libtool.m4 patch for ppc64le #581314 (diff) | |
download | ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.gz ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.bz2 ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.zip |
eclass/libtool.eclass + ELT-patches: copy from tree
Diffstat (limited to 'eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx')
-rw-r--r-- | eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx b/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx new file mode 100644 index 0000000..532bbcf --- /dev/null +++ b/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx @@ -0,0 +1,12 @@ +--- configure ++++ configure +@@ -1,6 +1,9 @@ + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' ++ lt_prog_compiler_pic_CXX='-fPIC' ++ else ++ lt_prog_compiler_pic_CXX='-fPIC' + fi + ;; + |