OSDN Git Service

* configure.target: Define OPT_LDFLAGS for AIX case.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 16:14:08 +0000 (16:14 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 16:14:08 +0000 (16:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48958 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5e663ec..a12a896 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-17  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.target: Define OPT_LDFLAGS for AIX case.
+
 2002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
 
        * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
index 7148799..6ca2bab 100644 (file)
@@ -69,6 +69,7 @@ esac
 case "${target_os}" in
   aix4.[3456789]* | aix[56789]*)
     os_include_dir="config/os/aix"
+    OPT_LDFLAGS="-Wl,-G"
     ;;
   bsd* | freebsd* )
     os_include_dir="config/os/bsd/freebsd"