Commit 34e3a8d5 by David Edelsohn Committed by David Edelsohn

* configure.target: Define OPT_LDFLAGS for AIX case.

From-SVN: r48958
parent c0abb59e
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,
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment