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
e98b8544
Commit
e98b8544
authored
May 13, 1995
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add configuration for semi-hosted ARM.
From-SVN: r9673
parent
7a830785
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/config.sub
+5
-1
No files found.
gcc/config.sub
View file @
e98b8544
...
...
@@ -128,7 +128,8 @@ esac
case
$basic_machine
in
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
tahoe
|
i[345]86
|
i860
|
m68k
|
m68000
|
m88k
|
ns32k
|
arm
|
pyramid
\
tahoe
|
i[345]86
|
i860
|
m68k
|
m68000
|
m88k
|
ns32k
|
arm
\
|
arme[lb]
|
pyramid
\
|
tron
|
a29k
|
580
|
i960
|
h8300
|
hppa1.0
|
hppa1.1
\
|
alpha
|
we32k
|
ns16k
|
clipper
|
sparclite
|
i370
|
sh
\
|
powerpc
|
powerpcle
|
sparc64
|
1750a
|
dsp16xx
|
mips64
|
mipsel
\
...
...
@@ -719,6 +720,9 @@ case $basic_machine in
*
-acorn
)
os
=
-riscix1
.2
;;
arm
*
-semi
)
os
=
-aout
;;
pdp11-
*
)
os
=
-none
;;
...
...
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