summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-02 17:39:39 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-02 17:39:39 +0000
commit477b521a56e0c2021fca91896f571318d10f1270 (patch)
treeec75c6dbfc74fe667063d8f58c67ead1f5d64829 /gcc/config.in
parentde1cc6fb24020bcb767bf833e938677d2269fc0e (diff)
downloadgcc-477b521a56e0c2021fca91896f571318d10f1270.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 86b237b2d7c..b7884a386d1 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