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
bafceb93
Commit
bafceb93
authored
Aug 24, 1994
by
Charles Hannum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NetBSD support.
From-SVN: r7961
parent
b5f57ac8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
gcc/config.sub
+11
-1
No files found.
gcc/config.sub
View file @
bafceb93
...
...
@@ -129,6 +129,9 @@ case $basic_machine in
|
pn-
*
|
np1-
*
|
xps100-
*
|
clipper-
*
|
orion-
*
|
sparclite-
*
\
|
sh-
*
|
powerpc-
*
|
sparc64-
*
)
;;
# Recognize names of some NetBSD ports.
amiga-
*
|
hp300-
*
|
mac68k-
*
|
sun3-
*
|
pmax-
*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
3b1
|
7300
|
7300-att
|
att-7300
|
pc7300
|
safari
|
unixpc
)
...
...
@@ -378,7 +381,14 @@ case $basic_machine in
basic_machine
=
m68k-tti
;;
pc532
)
basic_machine
=
ns32k-pc532
case
$os
in
-netbsd
*
)
basic_machine
=
pc532-unknown
;;
*
)
basic_machine
=
ns32k-pc532
;;
esac
;;
pentium-
*
)
# We will change tis to say i586 once there has been
...
...
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