You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/eclass/ELT-patches/aixrtl/2.0.0-fpic-cxx

13 lines
267 B

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