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
72bbcd56
Commit
72bbcd56
authored
Dec 31, 1996
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle mips-unknown-linux-gnu
From-SVN: r13348
parent
723f1558
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
gcc/config.sub
+13
-1
No files found.
gcc/config.sub
View file @
72bbcd56
...
...
@@ -389,6 +389,14 @@ case $basic_machine in
miniframe
)
basic_machine
=
m68000-convergent
;;
mipsel
*
-linux
*
)
basic_machine
=
mipsel-unknown
os
=
-linux
;;
mips
*
-linux
*
)
basic_machine
=
mips-unknown
os
=
-linux
;;
mips3
*
-
*
)
basic_machine
=
`
echo
$basic_machine
| sed
-e
's/mips3/mips64/'
`
;;
...
...
@@ -607,7 +615,11 @@ case $basic_machine in
# Here we handle the default manufacturer of certain CPU types. It is in
# some cases the only manufacturer, in others, it is the most popular.
mips
)
basic_machine
=
mips-mips
if
[
x
$os
=
x-linux
]
;
then
basic_machine
=
mips-unknown
else
basic_machine
=
mips-mips
fi
;;
romp
)
basic_machine
=
romp-ibm
...
...
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