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
13d50804
Commit
13d50804
authored
Nov 17, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sparc): Recognize as a cpu.
(ecoff*, vsta, udi): Recognize as os's. (udi29k): New alias. From-SVN: r8484
parent
b58f0de1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
gcc/config.sub
+18
-3
No files found.
gcc/config.sub
View file @
13d50804
...
...
@@ -42,6 +42,15 @@
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
# It is wrong to echo any other type of specification.
if
[
x
$1
=
x
]
then
echo
Configuration name missing. 1>&2
echo
"Usage:
$0
CPU-MFR-OPSYS"
1>&2
echo
"or
$0
ALIAS"
1>&2
echo
where ALIAS is a recognized configuration type. 1>&2
exit
1
fi
# First pass through any local machine types.
case
$1
in
*
local
*
)
...
...
@@ -123,7 +132,8 @@ case $basic_machine in
|
tron
|
a29k
|
580
|
i960
|
h8300
|
hppa1.0
|
hppa1.1
\
|
alpha
|
we32k
|
ns16k
|
clipper
|
sparclite
|
i370
|
sh
\
|
powerpc
|
sparc64
|
1750a
|
dsp16xx
|
mips64
|
mipsel
\
|
pdp11
|
mips64el
|
mips64orion
|
mips64orionel
)
|
pdp11
|
mips64el
|
mips64orion
|
mips64orionel
\
|
sparc
)
basic_machine
=
$basic_machine
-unknown
;;
# Object if more than one company name word.
...
...
@@ -139,7 +149,8 @@ case $basic_machine in
|
hppa1.0-
*
|
hppa1.1-
*
|
alpha-
*
|
we32k-
*
|
cydra-
*
|
ns16k-
*
\
|
pn-
*
|
np1-
*
|
xps100-
*
|
clipper-
*
|
orion-
*
|
sparclite-
*
\
|
pdp11-
*
|
sh-
*
|
powerpc-
*
|
sparc64-
*
|
mips64-
*
|
mipsel-
*
\
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
)
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
\
|
sparc-
*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
...
...
@@ -478,6 +489,10 @@ case $basic_machine in
tower
|
tower-32
)
basic_machine
=
m68k-ncr
;;
udi29k
)
basic_machine
=
a29k-amd
os
=
-udi
;;
ultra3
)
basic_machine
=
a29k-nyu
os
=
-sym1
...
...
@@ -587,7 +602,7 @@ case $os in
|
-riscos
*
|
-linux
*
|
-uniplus
*
|
-iris
*
|
-rtu
*
|
-xenix
*
\
|
-hiux
*
|
-386bsd
*
|
-netbsd
*
|
-freebsd
*
|
-riscix
*
\
|
-lynxos
*
|
-bosx
*
|
-nextstep
*
|
-cxux
*
|
-aout
*
|
-elf
*
\
|
-ptx
*
|
-coff
*
|
-
winnt
*
|
-domain
*
)
|
-ptx
*
|
-coff
*
|
-
ecoff
*
|
-winnt
*
|
-domain
*
|
-vsta
|
-udi
)
;;
-sunos5
*
)
os
=
`
echo
$os
| sed
-e
's|sunos5|solaris2|'
`
...
...
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