aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.am
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-04-12 21:10:28 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-04-12 21:10:28 +0300
commit51603205f208925559fc7ad835cd75716ab40ef1 (patch)
treec21ac7f8a2993438b1cb71ada5713d8284ba099e /libgfortran/Makefile.am
parentb4ccfed9a0df82be04d565e2f5ebd3c581ad2d59 (diff)
downloadgcc-51603205f208925559fc7ad835cd75716ab40ef1.zip
gcc-51603205f208925559fc7ad835cd75716ab40ef1.tar.gz
gcc-51603205f208925559fc7ad835cd75716ab40ef1.tar.bz2
Remove _GNU_SOURCE from AM_CPPFLAGS
From-SVN: r172330
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r--libgfortran/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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