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
19975c57
Commit
19975c57
authored
Jul 06, 2018
by
Sebastian Huber
Committed by
Sebastian Huber
Jul 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.sub
* config.sub: Sync with upstream version 2018-07-03. From-SVN: r262469
parent
2d0ff8d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
ChangeLog
+4
-0
config.sub
+3
-9
No files found.
ChangeLog
View file @
19975c57
2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config.sub: Sync with upstream version 2018-07-03.
2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config.guess: Sync with upstream version 2018-06-26.
* config.sub: Sync with upstream version 2018-07-02.
...
...
config.sub
View file @
19975c57
...
...
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp
=
'2018-07-0
2
'
timestamp
=
'2018-07-0
3
'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
...
...
@@ -625,7 +625,7 @@ case $basic_machine in
|
powerpc
|
powerpc64
|
powerpc64le
|
powerpcle
\
|
pru
\
|
pyramid
\
|
riscv32
|
riscv64
\
|
riscv
|
riscv
32
|
riscv64
\
|
rl78
|
rx
\
|
score
\
|
sh
|
sh[1234]
|
sh[24]a
|
sh[24]aeb
|
sh[23]e
|
sh[234]eb
|
sheb
|
shbe
|
shle
|
sh[1234]le
|
sh3ele
\
...
...
@@ -752,7 +752,7 @@ case $basic_machine in
|
powerpc-
*
|
powerpc64-
*
|
powerpc64le-
*
|
powerpcle-
*
\
|
pru-
*
\
|
pyramid-
*
\
|
riscv32-
*
|
riscv64-
*
\
|
riscv
-
*
|
riscv
32-
*
|
riscv64-
*
\
|
rl78-
*
|
romp-
*
|
rs6000-
*
|
rx-
*
\
|
sh-
*
|
sh[1234]-
*
|
sh[24]a-
*
|
sh[24]aeb-
*
|
sh[23]e-
*
|
sh[34]eb-
*
|
sheb-
*
|
shbe-
*
\
|
shle-
*
|
sh[1234]le-
*
|
sh3ele-
*
|
sh64-
*
|
sh64le-
*
\
...
...
@@ -1125,12 +1125,6 @@ case $basic_machine in
ps2
)
basic_machine
=
i386-ibm
;;
riscv
)
basic_machine
=
riscv32-unknown
;;
riscv-
*
)
basic_machine
=
`
echo
"
$basic_machine
"
| sed
's/^riscv/riscv32/'
`
;;
rm[46]00
)
basic_machine
=
mips-siemens
;;
...
...
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