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
e9d9afef
Commit
e9d9afef
authored
Aug 17, 2009
by
Ben Elliston
Committed by
Ben Elliston
Aug 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.sub, config.guess: Update from upstream sources.
From-SVN: r150822
parent
4e9eeaad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
11 deletions
+25
-11
ChangeLog
+4
-0
config.guess
+6
-6
config.sub
+15
-5
No files found.
ChangeLog
View file @
e9d9afef
2009-08-17 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.
2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Sync from src, merge:
Sync from src, merge:
...
...
config.guess
View file @
e9d9afef
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
timestamp
=
'2009-06-
03
'
timestamp
=
'2009-06-
10
'
# This file is free software; you can redistribute it and/or modify it
# 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
# under the terms of the GNU General Public License as published by
...
@@ -170,7 +170,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
...
@@ -170,7 +170,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm
*
|
i386|m68k|ns32k|sh3
*
|
sparc|vax
)
arm
*
|
i386|m68k|ns32k|sh3
*
|
sparc|vax
)
eval
$set_cc_for_build
eval
$set_cc_for_build
if
echo
__ELF__ |
$CC_FOR_BUILD
-E
- 2>/dev/null
\
if
echo
__ELF__ |
$CC_FOR_BUILD
-E
- 2>/dev/null
\
|
grep
__ELF__
>
/dev/null
|
grep
-q
__ELF__
then
then
# Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
# Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
# Return netbsd for either. FIX?
# Return netbsd for either. FIX?
...
@@ -656,7 +656,7 @@ EOF
...
@@ -656,7 +656,7 @@ EOF
# => hppa64-hp-hpux11.23
# => hppa64-hp-hpux11.23
if
echo
__LP64__ |
(
CCOPTS
=
$CC_FOR_BUILD
-E
- 2>/dev/null
)
|
if
echo
__LP64__ |
(
CCOPTS
=
$CC_FOR_BUILD
-E
- 2>/dev/null
)
|
grep
__LP64__
>
/dev/null
grep
-q
__LP64__
then
then
HP_ARCH
=
"hppa2.0w"
HP_ARCH
=
"hppa2.0w"
else
else
...
@@ -927,7 +927,7 @@ EOF
...
@@ -927,7 +927,7 @@ EOF
EV67
)
UNAME_MACHINE
=
alphaev67
;;
EV67
)
UNAME_MACHINE
=
alphaev67
;;
EV68
*
)
UNAME_MACHINE
=
alphaev68
;;
EV68
*
)
UNAME_MACHINE
=
alphaev68
;;
esac
esac
objdump
--private-headers
/bin/sh |
grep
ld.so.1
>
/dev/null
objdump
--private-headers
/bin/sh |
grep
-q
ld.so.1
if
test
"
$?
"
=
0
;
then
LIBC
=
"libc1"
;
else
LIBC
=
""
;
fi
if
test
"
$?
"
=
0
;
then
LIBC
=
"libc1"
;
else
LIBC
=
""
;
fi
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
${
LIBC
}
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
${
LIBC
}
exit
;;
exit
;;
...
@@ -1046,7 +1046,7 @@ EOF
...
@@ -1046,7 +1046,7 @@ EOF
i
*
86:syllable:
*
:
*
)
i
*
86:syllable:
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-syllable
echo
${
UNAME_MACHINE
}
-pc-syllable
exit
;;
exit
;;
i
*
86:LynxOS:2.
*
:
*
|
i
*
86:LynxOS:3.[01]
*
:
*
|
i
*
86:LynxOS:4.
0
*
:
*
)
i
*
86:LynxOS:2.
*
:
*
|
i
*
86:LynxOS:3.[01]
*
:
*
|
i
*
86:LynxOS:4.
[02]
*
:
*
)
echo
i386-unknown-lynxos
${
UNAME_RELEASE
}
echo
i386-unknown-lynxos
${
UNAME_RELEASE
}
exit
;;
exit
;;
i
*
86:
*
DOS:
*
:
*
)
i
*
86:
*
DOS:
*
:
*
)
...
@@ -1154,7 +1154,7 @@ EOF
...
@@ -1154,7 +1154,7 @@ EOF
rs6000:LynxOS:2.
*
:
*
)
rs6000:LynxOS:2.
*
:
*
)
echo
rs6000-unknown-lynxos
${
UNAME_RELEASE
}
echo
rs6000-unknown-lynxos
${
UNAME_RELEASE
}
exit
;;
exit
;;
PowerPC:LynxOS:2.
*
:
*
|
PowerPC:LynxOS:3.[01]
*
:
*
|
PowerPC:LynxOS:4.
0
*
:
*
)
PowerPC:LynxOS:2.
*
:
*
|
PowerPC:LynxOS:3.[01]
*
:
*
|
PowerPC:LynxOS:4.
[02]
*
:
*
)
echo
powerpc-unknown-lynxos
${
UNAME_RELEASE
}
echo
powerpc-unknown-lynxos
${
UNAME_RELEASE
}
exit
;;
exit
;;
SM[BE]S:UNIX_SV:
*
:
*
)
SM[BE]S:UNIX_SV:
*
:
*
)
...
...
config.sub
View file @
e9d9afef
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
timestamp
=
'2009-0
6-03
'
timestamp
=
'2009-0
8-17
'
# This file is (in principle) common to ALL GNU software.
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# The presence of a machine in this file suggests that SOME GNU software
...
@@ -149,10 +149,13 @@ case $os in
...
@@ -149,10 +149,13 @@ case $os in
-convergent
*
|
-ncr
*
|
-news
|
-32
*
|
-3600
*
|
-3100
*
|
-hitachi
*
|
\
-convergent
*
|
-ncr
*
|
-news
|
-32
*
|
-3600
*
|
-3100
*
|
-hitachi
*
|
\
-c
[
123]
*
|
-convex
*
|
-sun
|
-crds
|
-omron
*
|
-dg
|
-ultra
|
-tti
*
|
\
-c
[
123]
*
|
-convex
*
|
-sun
|
-crds
|
-omron
*
|
-dg
|
-ultra
|
-tti
*
|
\
-harris
|
-dolphin
|
-highlevel
|
-gould
|
-cbm
|
-ns
|
-masscomp
|
\
-harris
|
-dolphin
|
-highlevel
|
-gould
|
-cbm
|
-ns
|
-masscomp
|
\
-apple
|
-axis
|
-knuth
|
-cray
)
-apple
|
-axis
|
-knuth
|
-cray
|
-microblaze
)
os
=
os
=
basic_machine
=
$1
basic_machine
=
$1
;;
;;
-bluegene
*
)
os
=
-cnk
;;
-sim
|
-cisco
|
-oki
|
-wec
|
-winbond
)
-sim
|
-cisco
|
-oki
|
-wec
|
-winbond
)
os
=
os
=
basic_machine
=
$1
basic_machine
=
$1
...
@@ -337,7 +340,7 @@ case $basic_machine in
...
@@ -337,7 +340,7 @@ case $basic_machine in
|
lm32-
*
\
|
lm32-
*
\
|
m32c-
*
|
m32r-
*
|
m32rle-
*
\
|
m32c-
*
|
m32r-
*
|
m32rle-
*
\
|
m68000-
*
|
m680[012346]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m68000-
*
|
m680[012346]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m88110-
*
|
m88k-
*
|
maxq-
*
|
mcore-
*
|
metag-
*
\
|
m88110-
*
|
m88k-
*
|
maxq-
*
|
mcore-
*
|
metag-
*
|
microblaze-
*
\
|
mips-
*
|
mipsbe-
*
|
mipseb-
*
|
mipsel-
*
|
mipsle-
*
\
|
mips-
*
|
mipsbe-
*
|
mipseb-
*
|
mipsel-
*
|
mipsle-
*
\
|
mips16-
*
\
|
mips16-
*
\
|
mips64-
*
|
mips64el-
*
\
|
mips64-
*
|
mips64el-
*
\
...
@@ -467,6 +470,10 @@ case $basic_machine in
...
@@ -467,6 +470,10 @@ case $basic_machine in
basic_machine
=
bfin-
`
echo
$basic_machine
| sed
's/^[^-]*-//'
`
basic_machine
=
bfin-
`
echo
$basic_machine
| sed
's/^[^-]*-//'
`
os
=
-linux
os
=
-linux
;;
;;
bluegene
*
)
basic_machine
=
powerpc-ibm
os
=
-cnk
;;
c90
)
c90
)
basic_machine
=
c90-cray
basic_machine
=
c90-cray
os
=
-unicos
os
=
-unicos
...
@@ -719,6 +726,9 @@ case $basic_machine in
...
@@ -719,6 +726,9 @@ case $basic_machine in
basic_machine
=
ns32k-utek
basic_machine
=
ns32k-utek
os
=
-sysv
os
=
-sysv
;;
;;
microblaze
)
basic_machine
=
microblaze-xilinx
;;
mingw32
)
mingw32
)
basic_machine
=
i386-pc
basic_machine
=
i386-pc
os
=
-mingw32
os
=
-mingw32
...
@@ -1260,7 +1270,7 @@ case $os in
...
@@ -1260,7 +1270,7 @@ case $os in
# Each alternative MUST END IN A *, to match a version number.
# Each alternative MUST END IN A *, to match a version number.
# -sysv* is not here because it comes later, after sysvr4.
# -sysv* is not here because it comes later, after sysvr4.
-gnu
*
|
-bsd
*
|
-mach
*
|
-minix
*
|
-genix
*
|
-ultrix
*
|
-irix
*
\
-gnu
*
|
-bsd
*
|
-mach
*
|
-minix
*
|
-genix
*
|
-ultrix
*
|
-irix
*
\
|
-
*
vms
*
|
-sco
*
|
-esix
*
|
-isc
*
|
-aix
*
|
-sunos
|
-sunos
[
34]
*
\
|
-
*
vms
*
|
-sco
*
|
-esix
*
|
-isc
*
|
-aix
*
|
-
cnk
*
|
-
sunos
|
-sunos
[
34]
*
\
|
-hpux
*
|
-unos
*
|
-osf
*
|
-luna
*
|
-dgux
*
|
-solaris
*
|
-sym
*
\
|
-hpux
*
|
-unos
*
|
-osf
*
|
-luna
*
|
-dgux
*
|
-solaris
*
|
-sym
*
\
|
-kopensolaris
*
\
|
-kopensolaris
*
\
|
-amigaos
*
|
-amigados
*
|
-msdos
*
|
-newsos
*
|
-unicos
*
|
-aof
*
\
|
-amigaos
*
|
-amigados
*
|
-msdos
*
|
-newsos
*
|
-unicos
*
|
-aof
*
\
...
@@ -1613,7 +1623,7 @@ case $basic_machine in
...
@@ -1613,7 +1623,7 @@ case $basic_machine in
-sunos
*
)
-sunos
*
)
vendor
=
sun
vendor
=
sun
;;
;;
-aix
*
)
-
cnk
*
|
-
aix
*
)
vendor
=
ibm
vendor
=
ibm
;;
;;
-beos
*
)
-beos
*
)
...
...
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