From ad2d6943a49fa11ba1e23749973c75feb12dcf6b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Oct 2007 05:49:04 +0000 Subject: Full support for --sysroot. --- gold/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in index bbdf051..46d67e5 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 -- cgit v1.1