]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: configure.host (aix4.3+, 5+): Do not use -G in link command.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 5 Nov 2014 14:53:23 +0000 (14:53 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 5 Nov 2014 14:53:23 +0000 (09:53 -0500)
Backported from mainline.
2014-10-30  David Edelsohn  <dje.gcc@gmail.com>

* configure.host (aix4.3+, 5+): Do not use -G in link command.

From-SVN: r217131

libstdc++-v3/ChangeLog
libstdc++-v3/configure.host

index 22edbcfc40bda41776edcc949f934a981f775393..eadf70214df83990ee8d19fda3b1c81fa1f58445 100644 (file)
@@ -1,3 +1,10 @@
+2014-11-05  David Edelsohn  <dje.gcc@gmail.com>
+
+       Backported from mainline.
+       2014-10-30  David Edelsohn  <dje.gcc@gmail.com>
+
+       * configure.host (aix4.3+, 5+): Do not use -G in link command.
+
 2014-10-15  Jason Merrill  <jason@redhat.com>
 
        * libsupc++/dyncast.cc (__dynamic_cast): Handle mid-destruction
index 23b3f523bcf61d7c8fea0718ec3ad2b0add0a48b..feae3ccaaa5b1191103939a2ad1d09776f3564cf 100644 (file)
@@ -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"