summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-04 20:00:53 +0000
committerIan Lance Taylor <iant@google.com>2007-09-04 20:00:53 +0000
commit193a53d920ac7248cf6a3d8e36f74e9b9100b93b (patch)
treefe5c87514693b22f2705d4f8d92fd94d7978781e /gold/config.in
parent64707334c75cdf16a0c2d317fc381c9b158beed9 (diff)
downloadbinutils-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.in12
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