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
8027ea2d
Commit
8027ea2d
authored
Oct 30, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add H3050/RX support.
From-SVN: r5949
parent
08595923
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
gcc/config.sub
+19
-2
No files found.
gcc/config.sub
View file @
8027ea2d
...
...
@@ -65,12 +65,15 @@ case $os in
-dec
*
|
-mips
*
|
-sequent
*
|
-encore
*
|
-pc532
*
|
-sgi
*
|
-sony
*
|
\
-att
*
|
-7300
*
|
-3300
*
|
-delta
*
|
-motorola
*
|
-sun
[
234]
*
|
\
-unicom
*
|
-ibm
*
|
-next
*
|
-hp
|
-isi
*
|
-apollo
|
-altos
*
|
\
-convergent
*
|
-ncr
*
|
-news
|
-32
*
|
-3600
*
|
-3100
*
|
-hitachi
|
\
-convergent
*
|
-ncr
*
|
-news
|
-32
*
|
-3600
*
|
-3100
*
\
-c
[
123]
*
|
-convex
*
|
-sun
|
-crds
|
-omron
*
|
-dg
|
-ultra
|
-tti
*
|
\
-harris
|
-dolphin
|
-highlevel
|
-gould
|
-cbm
|
-ns
|
-masscomp
)
os
=
basic_machine
=
$1
;;
-hiux
*
)
os
==
-hiuxwe2
;;
-sco4
)
os
=
-sco3
.2v4
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-unknown/'
`
...
...
@@ -317,6 +320,14 @@ case $basic_machine in
hp9k8[0-9][0-9]
|
hp8[0-9][0-9]
)
basic_machine
=
hppa1.0-hp
;;
h3050r
*
|
hiux
*
)
basic_machine
=
hppa1.1-hitachi
os
=
-hiuxwe2
;;
pa-hitachi
)
basic_machine
=
hppa1.1-hitachi
os
=
-hiuxwe2
;;
isi68
|
isi
)
basic_machine
=
m68k-isi
os
=
-sysv
...
...
@@ -523,7 +534,7 @@ case $os in
|
-amigados
*
|
-msdos
*
|
-newsos
*
|
-unicos
*
|
-aos
*
\
|
-nindy
*
|
-vxworks
*
|
-ebmon
*
|
-hms
*
|
-mvs
*
|
-clix
*
\
|
-riscos
*
|
-linux
*
|
-uniplus
*
|
-iris
*
|
-rtu
*
|
-xenix
*
\
|
-386bsd
*
|
-netbsd
*
|
-riscix
*
|
-lynxos
*
)
|
-
hiux
*
|
-
386bsd
*
|
-netbsd
*
|
-riscix
*
|
-lynxos
*
)
;;
-sunos5
*
)
os
=
`
echo
$os
| sed
-e
's|sunos5|solaris2|'
`
...
...
@@ -619,6 +630,9 @@ case $basic_machine in
*
-hp
)
os
=
-hpux
;;
*
-hitachi
)
os
=
-hiux
;;
i860-
*
|
*
-att
|
*
-ncr
|
*
-altos
|
*
-motorola
|
*
-convergent
)
os
=
-sysv
;;
...
...
@@ -694,6 +708,9 @@ case $basic_machine in
-hpux
*
)
vendor
=
hp
;;
-hiux
*
)
vendor
=
hitachi
;;
-unos
*
)
vendor
=
crds
;;
...
...
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