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 <mmitchel@gcc.gnu.org>2005-04-27 20:35:54 +0000
commit380e5ca402e4dc6441a903de5ff88593f92f71d7 (patch)
treee35f58f5c5ef495d2de849689e0398b292c98c9c /gcc/config.in
parentc7a5c6238107a92afe645481a7ad770289b274ca (diff)
downloadgcc-380e5ca402e4dc6441a903de5ff88593f92f71d7.zip
gcc-380e5ca402e4dc6441a903de5ff88593f92f71d7.tar.gz
gcc-380e5ca402e4dc6441a903de5ff88593f92f71d7.tar.bz2
configure.ac: Check for ld --sysroot support.
* 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. From-SVN: r98880
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 6e4026b..eae8b54 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