mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
* configure.target: Define OPT_LDFLAGS for AIX case.
From-SVN: r48958
This commit is contained in:
parent
c0abb59e6a
commit
34e3a8d58c
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user