diff options
Diffstat (limited to 'eclass/ELT-patches/aixrtl/1.5.12-with-G-gxx')
-rw-r--r-- | eclass/ELT-patches/aixrtl/1.5.12-with-G-gxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eclass/ELT-patches/aixrtl/1.5.12-with-G-gxx b/eclass/ELT-patches/aixrtl/1.5.12-with-G-gxx new file mode 100644 index 000000000000..c9db9c1cb5e6 --- /dev/null +++ b/eclass/ELT-patches/aixrtl/1.5.12-with-G-gxx @@ -0,0 +1,11 @@ +--- configure ++++ configure +@@ -2797,7 +2797,7 @@ + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then +- shared_flag="$shared_flag "'${wl}-G' ++ shared_flag="$shared_flag "'${wl}-G ${wl}-bernotok' + fi + else + # not using gcc |