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
c4880c99
Commit
c4880c99
authored
Feb 12, 2001
by
Martin Schwidefsky
Committed by
Nick Clifton
Feb 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config suport for s390
From-SVN: r39612
parent
fa49fd0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
ChangeLog
+5
-0
config.guess
+2
-0
config.sub
+3
-3
No files found.
ChangeLog
View file @
c4880c99
2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
* config.guess: Add linux target for S/390.
* config.sub: Likewise.
2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
* configure.in: for *-chorusos, don't config target-newlib and
...
...
config.guess
View file @
c4880c99
...
...
@@ -857,6 +857,8 @@ EOF
rm
-f
$dummy
.c
$dummy
elif
test
"
${
UNAME_MACHINE
}
"
=
"s390"
;
then
echo
s390-ibm-linux
&&
exit
0
elif
test
"
${
UNAME_MACHINE
}
"
=
"s390x"
;
then
echo
s390x-ibm-linux
&&
exit
0
elif
test
"
${
UNAME_MACHINE
}
"
=
"x86_64"
;
then
echo
x86_64-unknown-linux-gnu
&&
exit
0
else
...
...
config.sub
View file @
c4880c99
...
...
@@ -211,7 +211,7 @@ esac
case
$basic_machine
in
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
tahoe
|
i860
|
ia64
|
m32r
|
m68k
|
m68000
|
m88k
|
ns32k
|
arc
|
arm
\
tahoe
|
i860
|
ia64
|
m32r
|
m68k
|
m68000
|
m88k
|
ns32k
|
arc
|
arm
|
xscale
\
|
arme[lb]
|
armv[2345]
|
armv[345][lb]
|
pyramid
|
mn10200
|
mn10300
|
tron
|
a29k
\
|
580
|
i960
|
h8300
\
|
x86
|
ppcbe
|
mipsbe
|
mipsle
|
shbe
|
shle
|
armbe
|
armle
\
...
...
@@ -267,7 +267,7 @@ case $basic_machine in
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
\
|
mips64vr4100-
*
|
mips64vr4100el-
*
|
mips64vr4300-
*
|
mips64vr4300el-
*
\
|
mipstx39-
*
|
mipstx39el-
*
|
mcore-
*
\
|
f301-
*
|
armv
*
-
*
|
s390-
*
|
sv1-
*
|
t3e-
*
\
|
f301-
*
|
armv
*
-
*
|
s390-
*
|
s
390x-
*
|
s
v1-
*
|
t3e-
*
\
|
m88110-
*
|
m680[01234]0-
*
|
m683?2-
*
|
m68360-
*
|
z8k-
*
|
d10v-
*
\
|
thumb-
*
|
v850-
*
|
d30v-
*
|
tic30-
*
|
c30-
*
|
fr30-
*
\
|
bs2000-
*
|
tic54x-
*
|
c54x-
*
|
x86_64-
*
)
...
...
@@ -916,7 +916,7 @@ case $basic_machine in
basic_machine
=
we32k-att
;;
sh3
|
sh4
)
bas
e
_machine
=
sh-unknown
bas
ic
_machine
=
sh-unknown
;;
sparc
|
sparcv9
)
basic_machine
=
sparc-sun
...
...
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