summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-03-02 02:45:29 +0000
committerIan Lance Taylor <ian@airs.com>2009-03-02 02:45:29 +0000
commit969ea4a3231ef7855d77661240858f492ebc167d (patch)
tree03e8f38c959b0aa43e5bd7c4b54f1393f4121304 /gold/config.in
parentca7e2e7974f1109832a238c20f31abdeb0def9ba (diff)
downloadbinutils-redhat-969ea4a3231ef7855d77661240858f492ebc167d.tar.gz
elfcpp:/
* elfcpp_swap.h: #include "config.h". Only #include <byteswap.h> if HAVE_BYTESWAP_H is defined; if not, provide definitions for bswap_{16,32,64}. For gcc 4.3 and later, use the builtin bswap functions. Check WORDS_BIGENDIAN rather than __BYTE_ORDER. gold:/ * configure.ac: Check for byteswap.h. * configure: Rebuild. * config.in: Rebuild.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index 309f84b6e5..01aac90724 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -19,6 +19,9 @@
/* Default size (32 or 64) */
#undef GOLD_DEFAULT_SIZE
+/* Define to 1 if you have the <byteswap.h> header file. */
+#undef HAVE_BYTESWAP_H
+
/* Define to 1 if you have the <ext/hash_map> header file. */
#undef HAVE_EXT_HASH_MAP