diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index f46745d..7550224 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 |