* configure.target: Define OPT_LDFLAGS for AIX case.

From-SVN: r48958
This commit is contained in:
David Edelsohn 2002-01-17 16:14:08 +00:00 committed by David Edelsohn
parent c0abb59e6a
commit 34e3a8d58c
2 changed files with 5 additions and 0 deletions

View 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,

View 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"