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
a3ae935a
Commit
a3ae935a
authored
Jun 15, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config.sub (sparc64): New cpu.
* config.sub (sparc64): New cpu. (aout, elf): New os's. From-SVN: r7481
parent
4b71cd6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config.sub
+3
-3
No files found.
gcc/config.sub
View file @
a3ae935a
...
...
@@ -112,7 +112,7 @@ case $basic_machine in
tahoe
|
i[34]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
)
|
powerpc
|
sparc64
)
basic_machine
=
$basic_machine
-unknown
;;
# Object if more than one company name word.
...
...
@@ -127,7 +127,7 @@ 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-
*
)
|
sh-
*
|
powerpc-
*
|
sparc64-
*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
...
...
@@ -545,7 +545,7 @@ case $os in
|
-nindy
*
|
-vxworks
*
|
-ebmon
*
|
-hms
*
|
-mvs
*
|
-clix
*
\
|
-riscos
*
|
-linux
*
|
-uniplus
*
|
-iris
*
|
-rtu
*
|
-xenix
*
\
|
-hiux
*
|
-386bsd
*
|
-netbsd
*
|
-freebsd
*
|
-riscix
*
\
|
-lynxos
*
|
-bosx
*
|
-ns
*
|
-cxux
*
)
|
-lynxos
*
|
-bosx
*
|
-ns
*
|
-cxux
*
|
-aout
*
|
-elf
*
)
;;
-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