diff options
Diffstat (limited to 'eclass/ELT-patches/aixrtl/1.4.0d-Gxlc')
-rw-r--r-- | eclass/ELT-patches/aixrtl/1.4.0d-Gxlc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/eclass/ELT-patches/aixrtl/1.4.0d-Gxlc b/eclass/ELT-patches/aixrtl/1.4.0d-Gxlc deleted file mode 100644 index 979d52ae241c..000000000000 --- a/eclass/ELT-patches/aixrtl/1.4.0d-Gxlc +++ /dev/null @@ -1,11 +0,0 @@ ---- configure -+++ configure -@@ -4664,7 +4664,7 @@ - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else -- if test "$aix_use_runtimelinking" = yes; then -+ if true || test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' - else - shared_flag='${wl}-bM:SRE' |