diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-27 20:35:54 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-27 20:35:54 +0000 |
commit | b6bcc48fcdb890eb96a8404646af9502fe1398e8 (patch) | |
tree | e35f58f5c5ef495d2de849689e0398b292c98c9c /gcc/config.in | |
parent | 94340fb21d9400707e26883469d72d51bf51d34d (diff) | |
download | gcc-b6bcc48fcdb890eb96a8404646af9502fe1398e8.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98880 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
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 |