summaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.am
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-25 19:27:28 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-25 19:27:28 +0000
commitb65c8387502d8d6408c81679a0de631f6c863abd (patch)
tree1b48c8f2e9d4694ef5d43136ada5d14e6ba3608b /libgfortran/Makefile.am
parent7e959c840c734d36a6eafcbd617e8eea0482ea48 (diff)
downloadgcc-b65c8387502d8d6408c81679a0de631f6c863abd.tar.gz
2008-02-25 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/29549 * Makefile.am: Add -fcx-fortran-rules to AM_CFLAGS for all of libgfortran. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r--libgfortran/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index 489f9ed4634..16348c4a6fc 100644
--- a/libgfortran/Makefile.am
+++ b/libgfortran/Makefile.am
@@ -28,6 +28,9 @@ AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
-I$(srcdir)/$(MULTISRCTOP)../gcc/config \
-I$(MULTIBUILDTOP)../../$(host_subdir)/gcc -D_GNU_SOURCE
+# Fortran rules for complex multiplication and division
+AM_CFLAGS += -fcx-fortran-rules
+
gfor_io_src= \
io/close.c \
io/file_pos.c \