From: David Edelsohn Date: Wed, 5 Nov 2014 14:53:23 +0000 (+0000) Subject: backport: configure.host (aix4.3+, 5+): Do not use -G in link command. X-Git-Tag: releases/gcc-4.8.4~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce2d889a19aca6e6660c3bd5de170783627f2c27;p=thirdparty%2Fgcc.git backport: configure.host (aix4.3+, 5+): Do not use -G in link command. Backported from mainline. 2014-10-30 David Edelsohn * configure.host (aix4.3+, 5+): Do not use -G in link command. From-SVN: r217131 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 22edbcfc40bd..eadf70214df8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2014-11-05 David Edelsohn + + Backported from mainline. + 2014-10-30 David Edelsohn + + * configure.host (aix4.3+, 5+): Do not use -G in link command. + 2014-10-15 Jason Merrill * libsupc++/dyncast.cc (__dynamic_cast): Handle mid-destruction diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 23b3f523bcf6..feae3ccaaa5b 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -219,7 +219,6 @@ case "${host_os}" in os_include_dir="os/aix" atomicity_dir="os/aix" atomic_word_dir="os/aix" - OPT_LDFLAGS="-Wl,-G" ;; aix4.*) os_include_dir="os/generic"