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
d7afa8f0
Commit
d7afa8f0
authored
Apr 11, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(OLDCC): Change -XNh1500 to -XNh2000.
From-SVN: r7034
parent
db57d413
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/config/mips/x-iris
+1
-1
gcc/config/mips/x-iris3
+1
-1
gcc/config/mips/x-mips
+1
-1
gcc/config/mips/x-sony
+1
-1
gcc/config/mips/x-sysv
+1
-1
No files found.
gcc/config/mips/x-iris
View file @
d7afa8f0
...
...
@@ -11,7 +11,7 @@
CC = $(OLDCC)
OPT = -O1
OLDCC = cc -Wf,-XNh
15
00,-XNg1500 -Olimit 3000 -cckr $(OPT)
OLDCC = cc -Wf,-XNh
20
00,-XNg1500 -Olimit 3000 -cckr $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
...
...
gcc/config/mips/x-iris3
View file @
d7afa8f0
...
...
@@ -14,7 +14,7 @@
CC = $(OLDCC)
OPT = -O1
OLDCC = cc -Wf,-XNh
15
00,-XNg1500 -Olimit 3000 $(OPT)
OLDCC = cc -Wf,-XNh
20
00,-XNg1500 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
...
...
gcc/config/mips/x-mips
View file @
d7afa8f0
...
...
@@ -10,7 +10,7 @@
CC = $(OLDCC)
OPT = -O1
OLDCC = cc -Wf,-XNg1500,-XNh
15
00 -Olimit 3000 $(OPT)
OLDCC = cc -Wf,-XNg1500,-XNh
20
00 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
...
...
gcc/config/mips/x-sony
View file @
d7afa8f0
# Make internal tables bigger.
OLDCC=cc -Wf,-XNg1500,-XNh
15
00 -Olimit 3000 $(OPT)
OLDCC=cc -Wf,-XNg1500,-XNh
20
00 -Olimit 3000 $(OPT)
# Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ...
...
...
gcc/config/mips/x-sysv
View file @
d7afa8f0
...
...
@@ -10,7 +10,7 @@
CC = $(OLDCC)
OPT = -O1
OLDCC = cc -Wf,-XNg1500,-XNh
15
00 -Olimit 3000 $(OPT)
OLDCC = cc -Wf,-XNg1500,-XNh
20
00 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
...
...
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