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
f486afaa
Commit
f486afaa
authored
Nov 20, 1996
by
David J. MacKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanups
From-SVN: r13210
parent
88dad228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
gcc/config.guess
+3
-0
gcc/config.sub
+8
-2
No files found.
gcc/config.guess
View file @
f486afaa
...
...
@@ -366,6 +366,9 @@ EOF
FUJITSU_REL
=
`
echo
${
UNAME_RELEASE
}
| sed
-e
's/ /_/'
`
echo
"f300-fujitsu-
${
FUJITSU_SYS
}${
FUJITSU_REL
}
"
exit
0
;;
F301:UNIX_System_V:
*
:
*
)
echo
f301-fujitsu-uxpv
`
echo
$UNAME_RELEASE
| sed
's/ .*//'
`
exit
0
;;
hp3[0-9][05]:NetBSD:
*
:
*
)
echo
m68k-hp-netbsd
${
UNAME_RELEASE
}
exit
0
;;
...
...
gcc/config.sub
View file @
f486afaa
...
...
@@ -177,7 +177,7 @@ case $basic_machine in
|
hppa-
*
|
hppa1.0-
*
|
hppa1.1-
*
|
alpha-
*
|
we32k-
*
|
cydra-
*
|
ns16k-
*
\
|
pn-
*
|
np1-
*
|
xps100-
*
|
clipper-
*
|
orion-
*
|
sparclite-
*
\
|
pdp11-
*
|
sh-
*
|
powerpc-
*
|
powerpcle-
*
|
sparc64-
*
|
mips64-
*
|
mipsel-
*
\
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
)
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
|
f301-
*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
...
...
@@ -577,6 +577,9 @@ case $basic_machine in
basic_machine
=
vax-dec
os
=
-vms
;;
vpp
*
|
vx|vx-
*
)
basic_machine
=
f301-fujitsu
;;
vxworks960
)
basic_machine
=
i960-wrs
os
=
-vxworks
...
...
@@ -686,7 +689,7 @@ case $os in
|
-ptx
*
|
-coff
*
|
-ecoff
*
|
-winnt
*
|
-domain
*
|
-vsta
*
\
|
-udi
*
|
-eabi
*
|
-lites
*
|
-ieee
*
|
-go32
*
|
-aux
*
\
|
-cygwin32
*
|
-pe
*
|
-psos
*
|
-moss
*
|
-proelf
*
|
-rtems
*
\
|
-linux-gnu
*
)
|
-linux-gnu
*
|
-uxpv
*
)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux
*
)
...
...
@@ -862,6 +865,9 @@ case $basic_machine in
*
-masscomp
)
os
=
-rtu
;;
f301-fujitsu
)
os
=
-uxpv
;;
*
)
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