diff options
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 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 |