diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-04 05:49:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-04 05:49:04 +0000 |
commit | ad2d6943a49fa11ba1e23749973c75feb12dcf6b (patch) | |
tree | bc02409b029014fba4f735d3dea15217bbb58c9b /gold/config.in | |
parent | 4638dbaa96a30d93647bb737b9a49ee1ca878a7d (diff) | |
download | binutils-gdb-ad2d6943a49fa11ba1e23749973c75feb12dcf6b.tar.gz |
Full support for --sysroot.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index bbdf05130dc..46d67e5746f 100644 --- a/gold/config.in +++ b/gold/config.in @@ -82,6 +82,12 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* System root for target files */ +#undef TARGET_SYSTEM_ROOT + +/* Whether the system root can be relocated */ +#undef TARGET_SYSTEM_ROOT_RELOCATABLE + /* Version number of package */ #undef VERSION |