From 0efedc4ca36373080cae99733c099a95add4d170 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 24 Oct 2007 04:55:39 +0000 Subject: * 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. --- gas/config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/config.in') 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 -- cgit v1.1