Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
51603205
Commit
51603205
authored
Apr 12, 2011
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove _GNU_SOURCE from AM_CPPFLAGS
From-SVN: r172330
parent
b4ccfed9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
libgfortran/ChangeLog
+5
-0
libgfortran/Makefile.am
+1
-1
libgfortran/Makefile.in
+1
-1
No files found.
libgfortran/ChangeLog
View file @
51603205
2011-04-12 Janne Blomqvist <jb@gcc.gnu.org>
* Makefile.am: Remove _GNU_SOURCE from AM_CPPFLAGS.
* Makefile.in: Regenerated.
2011-04-06 Tobias Burnus <burnus@net-b.de>
2011-04-06 Tobias Burnus <burnus@net-b.de>
PR fortran/18918
PR fortran/18918
...
...
libgfortran/Makefile.am
View file @
51603205
...
@@ -49,7 +49,7 @@ libgfortranbegin_la_LINK = $(LINK) $(libgfortranbegin_la_LDFLAGS)
...
@@ -49,7 +49,7 @@ libgfortranbegin_la_LINK = $(LINK) $(libgfortranbegin_la_LDFLAGS)
## use -iquote
## use -iquote
AM_CPPFLAGS
=
-iquote
$(srcdir)
/io
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc
\
AM_CPPFLAGS
=
-iquote
$(srcdir)
/io
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc
\
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc/config
$(LIBQUADINCLUDE)
\
-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
# Fortran rules for complex multiplication and division
AM_CFLAGS
+=
-fcx-fortran-rules
AM_CFLAGS
+=
-fcx-fortran-rules
...
...
libgfortran/Makefile.in
View file @
51603205
...
@@ -494,7 +494,7 @@ libgfortranbegin_la_LDFLAGS = -static
...
@@ -494,7 +494,7 @@ libgfortranbegin_la_LDFLAGS = -static
libgfortranbegin_la_LINK
=
$(LINK)
$(libgfortranbegin_la_LDFLAGS)
libgfortranbegin_la_LINK
=
$(LINK)
$(libgfortranbegin_la_LDFLAGS)
AM_CPPFLAGS
=
-iquote
$(srcdir)
/io
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc
\
AM_CPPFLAGS
=
-iquote
$(srcdir)
/io
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc
\
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc/config
$(LIBQUADINCLUDE)
\
-I
$(srcdir)
/
$(MULTISRCTOP)
../gcc/config
$(LIBQUADINCLUDE)
\
-I
$(MULTIBUILDTOP)
../../
$(host_subdir)
/gcc
-D_GNU_SOURCE
-I
$(MULTIBUILDTOP)
../../
$(host_subdir)
/gcc
gfor_io_src
=
\
gfor_io_src
=
\
io/close.c
\
io/close.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment