From ce2d889a19aca6e6660c3bd5de170783627f2c27 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 5 Nov 2014 14:53:23 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/configure.host | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 2.47.2