summaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
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