diff options
Diffstat (limited to 'eclass/ELT-patches/aixrtl/2.0.0-fpic-c')
-rw-r--r-- | eclass/ELT-patches/aixrtl/2.0.0-fpic-c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eclass/ELT-patches/aixrtl/2.0.0-fpic-c b/eclass/ELT-patches/aixrtl/2.0.0-fpic-c deleted file mode 100644 index bb3cb42bbee3..000000000000 --- a/eclass/ELT-patches/aixrtl/2.0.0-fpic-c +++ /dev/null @@ -1,12 +0,0 @@ ---- configure -+++ configure -@@ -1,6 +1,9 @@ - if test "$host_cpu" = ia64; then - # AIX 5 now supports IA64 processor - lt_prog_compiler_static='-Bstatic' -+ lt_prog_compiler_pic='-fPIC' -+ else -+ lt_prog_compiler_pic='-fPIC' - fi - ;; - |