public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, libfortran] Don't define _GNU_SOURCE in AM_CPPFLAGS
@ 2011-04-11 20:35 Janne Blomqvist
  2011-04-12  6:31 ` Ralf Wildenhues
  0 siblings, 1 reply; 3+ messages in thread
From: Janne Blomqvist @ 2011-04-11 20:35 UTC (permalink / raw)
  To: Fortran List, GCC Patches

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

Hi,

the attached patch removes the definition of _GNU_SOURCE from
AM_CPPFLAGS. This is not needed anymore since nowadays we're calling
AC_USE_SYSTEM_EXTENSIONS in configure.ac which causes _GNU_SOURCE to
be defined in config.h.

Regtested on x86_64-unknown-linux-gnu, Ok for trunk?

(I'm not committing this as obvious, though the patch is trivial and
it seems obvious to me, I still wonder if I'm missing something)

2011-04-11  Janne Blomqvist  <jb@gcc.gnu.org>

	* Makefile.am: Remove _GNU_SOURCE from CFLAGS.
	* Makefile.in: Regenerated.


-- 
Janne Blomqvist

[-- Attachment #2: gnu_source.diff --]
[-- Type: text/x-patch, Size: 599 bytes --]

diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index d1e6d4f..c38e330 100644
--- a/libgfortran/Makefile.am
+++ b/libgfortran/Makefile.am
@@ -49,7 +49,7 @@ libgfortranbegin_la_LINK = $(LINK) $(libgfortranbegin_la_LDFLAGS)
 ## use -iquote
 AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
 	      -I$(srcdir)/$(MULTISRCTOP)../gcc/config $(LIBQUADINCLUDE) \
-	      -I$(MULTIBUILDTOP)../../$(host_subdir)/gcc -D_GNU_SOURCE
+	      -I$(MULTIBUILDTOP)../../$(host_subdir)/gcc
 
 # Fortran rules for complex multiplication and division
 AM_CFLAGS += -fcx-fortran-rules

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-12 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11 20:35 [Patch, libfortran] Don't define _GNU_SOURCE in AM_CPPFLAGS Janne Blomqvist
2011-04-12  6:31 ` Ralf Wildenhues
2011-04-12 18:12   ` Janne Blomqvist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).