diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-24 18:11:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-24 18:11:23 +0000 |
commit | fa99aa09842d6b92705f34d7735828bd78509fcd (patch) | |
tree | 775702c38da6e5f24877cf0918114ba06270aae6 /gold/config.in | |
parent | ce2cded563a45cead231883f0e5a2d230e5af9b4 (diff) | |
download | gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.zip gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.tar.gz gdb-fa99aa09842d6b92705f34d7735828bd78509fcd.tar.bz2 |
Use AC_GNU_SOURCE.
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 |