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
003f7c3e
Commit
003f7c3e
authored
Oct 03, 1994
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for MIPS variants
From-SVN: r8209
parent
af30cdc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
gcc/config.sub
+10
-2
No files found.
gcc/config.sub
View file @
003f7c3e
...
...
@@ -118,7 +118,8 @@ case $basic_machine in
tahoe
|
i[345]86
|
i860
|
m68k
|
m68000
|
m88k
|
ns32k
|
arm
|
pyramid
\
|
tron
|
a29k
|
580
|
i960
|
h8300
|
hppa1.0
|
hppa1.1
\
|
alpha
|
we32k
|
ns16k
|
clipper
|
sparclite
|
i370
|
sh
\
|
powerpc
|
sparc64
|
1750a
|
dsp16xx
)
|
powerpc
|
sparc64
|
1750a
|
dsp16xx
|
mips64
|
mipsel
\
|
mips64el
|
mips64orion
|
mips64orionel
)
basic_machine
=
$basic_machine
-unknown
;;
# Object if more than one company name word.
...
...
@@ -133,7 +134,8 @@ case $basic_machine in
|
none-
*
|
580-
*
|
cray2-
*
|
h8300-
*
|
i960-
*
|
xmp-
*
|
ymp-
*
\
|
hppa1.0-
*
|
hppa1.1-
*
|
alpha-
*
|
we32k-
*
|
cydra-
*
|
ns16k-
*
\
|
pn-
*
|
np1-
*
|
xps100-
*
|
clipper-
*
|
orion-
*
|
sparclite-
*
\
|
sh-
*
|
powerpc-
*
|
sparc64-
*
)
|
sh-
*
|
powerpc-
*
|
sparc64-
*
|
mips64-
*
|
mipsel-
*
\
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
...
...
@@ -334,6 +336,12 @@ case $basic_machine in
miniframe
)
basic_machine
=
m68000-convergent
;;
mips3
*
-
*
)
basic_machine
=
`
echo
$basic_machine
| sed
-e
's/mips3/mips64/'
`
;;
mips3
*
)
basic_machine
=
`
echo
$basic_machine
| sed
-e
's/mips3/mips64/'
`
-unknown
;;
ncr3000
)
basic_machine
=
i486-ncr
os
=
-sysv4
...
...
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