diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-06-02 17:39:39 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-06-02 17:39:39 +0000 |
commit | a619822289e7946eef8f2a7c7ddb682308fb13ee (patch) | |
tree | ec75c6dbfc74fe667063d8f58c67ead1f5d64829 /gcc/config.in | |
parent | b6b7f7035579437cca221884047df6346c01b49d (diff) | |
download | gcc-a619822289e7946eef8f2a7c7ddb682308fb13ee.zip gcc-a619822289e7946eef8f2a7c7ddb682308fb13ee.tar.gz gcc-a619822289e7946eef8f2a7c7ddb682308fb13ee.tar.bz2 |
configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2 linker emulations.
* configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
linker emulations.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
(X86_64_EMULATION): Define.
(TARGET_LD_EMULATION): Use them.
* config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
(SPARC64_EMULATION): Define.
(LINK_ARCH_SPEC): Use them.
From-SVN: r160178
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 86b237b..b7884a3 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1194,6 +1194,12 @@ #endif +/* Define if your linker supports the *_sol2 emulations. */ +#ifndef USED_FOR_TARGET +#undef HAVE_LD_SOL2_EMULATION +#endif + + /* Define if your linker supports -Bstatic/-Bdynamic option. */ #ifndef USED_FOR_TARGET #undef HAVE_LD_STATIC_DYNAMIC |