aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-04-27 20:35:54 +0000
committerMark Mitchell <mark@codesourcery.com>2005-04-27 20:35:54 +0000
commit72c845691cedc1da906ebb7333441c0c9817cf24 (patch)
treee35f58f5c5ef495d2de849689e0398b292c98c9c /gcc/config.in
parentee4353c76f381077a4d528a6d36ea1bcab029633 (diff)
* configure.ac: Check for ld --sysroot support.
* gcc.c: Document %R specifier for specs. (SYSROOT_SPEC): New macro. (sysroot_spec): New variable. (static_specs): Add sysroot_spec. (main): Pass the sysroot spec to the linker if appropriate. * configure: Regenerated. * config.in: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@98880 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6e4026b4710..eae8b5465c1 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -461,6 +461,9 @@
/* Define if your linker supports -Bstatic/-Bdynamic option. */
#undef HAVE_LD_STATIC_DYNAMIC
+/* Define if your linker supports --sysroot. */
+#undef HAVE_LD_SYSROOT
+
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H