diff options
author | Alan Modra <amodra@gmail.com> | 2007-10-24 04:55:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-10-24 04:55:39 +0000 |
commit | 0efedc4ca36373080cae99733c099a95add4d170 (patch) | |
tree | 8704fe85c56dc9da52d9903eaf329d419e91923f /gas/config.in | |
parent | ee1dbd7defde117777a8fe0a2100d7f63043ba59 (diff) | |
download | gdb-0efedc4ca36373080cae99733c099a95add4d170.zip gdb-0efedc4ca36373080cae99733c099a95add4d170.tar.gz gdb-0efedc4ca36373080cae99733c099a95add4d170.tar.bz2 |
* Makefile.am (INCLUDES, DEP_INCLUDES): Remove -D_GNU_SOURCE.
Run "make dep-am".
* configure.in: Invoke AC_GNU_SOURCE.
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 7ac901d..3732f2a 100644 --- a/gas/config.in +++ b/gas/config.in @@ -247,6 +247,11 @@ `char[]'. */ #undef YYTEXT_POINTER +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus |