summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-24 18:11:23 +0000
committerIan Lance Taylor <iant@google.com>2007-10-24 18:11:23 +0000
commitfa99aa09842d6b92705f34d7735828bd78509fcd (patch)
tree775702c38da6e5f24877cf0918114ba06270aae6 /gold/config.in
parentce2cded563a45cead231883f0e5a2d230e5af9b4 (diff)
downloadbinutils-gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.tar.gz
Use AC_GNU_SOURCE.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index f46745d20d0..75502241682 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -100,3 +100,8 @@
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif