diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-04 20:00:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-04 20:00:53 +0000 |
commit | 193a53d920ac7248cf6a3d8e36f74e9b9100b93b (patch) | |
tree | fe5c87514693b22f2705d4f8d92fd94d7978781e /gold/config.in | |
parent | 64707334c75cdf16a0c2d317fc381c9b158beed9 (diff) | |
download | binutils-gdb-193a53d920ac7248cf6a3d8e36f74e9b9100b93b.tar.gz |
Add support for --enable-target to control which template
specializations we generate.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 1d40c66bac3..ba337b88aaa 100644 --- a/gold/config.in +++ b/gold/config.in @@ -37,6 +37,18 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to support 32-bit big-endian targets */ +#undef HAVE_TARGET_32_BIG + +/* Define to support 32-bit little-endian targets */ +#undef HAVE_TARGET_32_LITTLE + +/* Define to support 64-bit big-endian targets */ +#undef HAVE_TARGET_64_BIG + +/* Define to support 64-bit little-endian targets */ +#undef HAVE_TARGET_64_LITTLE + /* Define to 1 if you have the <tr1/unordered_map> header file. */ #undef HAVE_TR1_UNORDERED_MAP |