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
d2ea6600
Commit
d2ea6600
authored
Nov 10, 2000
by
Rodney Brown
Committed by
Richard Henderson
Nov 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
From-SVN: r37378
parent
edf9f6c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/f/ChangeLog
+5
-2
gcc/f/Make-lang.in
+1
-1
No files found.
gcc/f/ChangeLog
View file @
d2ea6600
2000
-
11
-
10
Rodney
Brown
<
RodneyBrown
@mynd
.
com
>
*
Make
-
lang
.
in
:
Remove
OUTPUT_OPTION
from
g77version
.
o
target
.
2000
-
11
-
10
Toon
Moene
<
toon
@moene
.
indiv
.
nluug
.
nl
>
*
root
.
texi
:
Remove
non
-
historical
EGCS
reference
.
...
...
@@ -5,8 +9,7 @@
2000
-
11
-
10
Toon
Moene
<
toon
@moene
.
indiv
.
nluug
.
nl
>
*
com
.
c
(
ffecom_stabilize_aggregate_
)
case
RTL_EXPR
:
Abort
.
*
com
.
c
(
ffecom_stabilize_aggregate_
)
case
RTL_EXPR
:
Abort
.
2000
-
11
-
10
Zack
Weinberg
<
zack
@wolery
.
stanford
.
edu
>
...
...
gcc/f/Make-lang.in
View file @
d2ea6600
...
...
@@ -76,7 +76,7 @@ g77version.o: $(srcdir)/f/version.c
esac
if
[
-f
lang-f77
]
;
then
\
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-o
g77version.o
\
$(srcdir)
/f/version.c
$(OUTPUT_OPTION)
;
\
$(srcdir)
/f/version.c
;
\
else
true
;
fi
# Create the compiler driver for g77.
...
...
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