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
e6579d6b
Commit
e6579d6b
authored
Aug 21, 2000
by
Jakub Jelinek
Committed by
Jakub Jelinek
Aug 21, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-specs.h: Pass -I* options to f771.
From-SVN: r35832
parent
1efef503
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/f/ChangeLog
+4
-0
gcc/f/lang-specs.h
+4
-4
No files found.
gcc/f/ChangeLog
View file @
e6579d6b
2000
-
08
-
21
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
lang
-
specs
.
h
:
Pass
-
I
*
options
to
f771
.
2000
-
08
-
19
Toon
Moene
<
toon
@moene
.
indiv
.
nluug
.
nl
>
*
top
.
c
(
ffe_decode_option
)
:
Disable
-
fdebug
-
kludge
...
...
gcc/f/lang-specs.h
View file @
e6579d6b
/* lang-specs.h file for Fortran
Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1999
, 2000
Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
...
...
@@ -29,19 +29,19 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
{
".FPP"
,
"@f77-cpp-input"
},
{
"@f77-cpp-input"
,
"tradcpp0 -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f |
\n
\
f771 %{!pipe:%g.f} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |
\n
\
f771 %{!pipe:%g.f} %(cc1_options) %{
I*} %{
!S:-o %{|!pipe:%g.s} |
\n
\
as %(asm_options) %{!pipe:%g.s} %A }}}}}
\n
"
},
{
".r"
,
"@ratfor"
},
{
"@ratfor"
,
"%{C:%{!E:%eGNU C does not support -C without using -E}}\
ratfor %{C} %{v} %i %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} |
\n
\
f771 %{!pipe:%g.f} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |
\n
\
f771 %{!pipe:%g.f} %(cc1_options) %{
I*} %{
!S:-o %{|!pipe:%g.s} |
\n
\
as %(asm_options) %{!pipe:%g.s} %A }}
\n
"
},
{
".f"
,
"@f77"
},
{
".for"
,
"@f77"
},
{
".FOR"
,
"@f77"
},
{
"@f77"
,
"%{!M:%{!MM:%{!E:f771 %i %(cc1_options) %{!S:-o %{|!pipe:%g.s} |
\n
\
"%{!M:%{!MM:%{!E:f771 %i %(cc1_options) %{
I*} %{
!S:-o %{|!pipe:%g.s} |
\n
\
as %(asm_options) %{!pipe:%g.s} %A }}}}
\n
"
},
/* XXX This is perverse and should not be necessary. */
{
"@f77-version"
,
...
...
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