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
b4623110
Commit
b4623110
authored
Nov 22, 2005
by
Kean Johnston
Committed by
Kean Johnston
Nov 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync config.{sub,guess} from upstream sources
From-SVN: r107372
parent
68d67107
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
ChangeLog
+4
-0
config.guess
+6
-4
config.sub
+9
-1
No files found.
ChangeLog
View file @
b4623110
2005-11-21 Kean Johnston <jkj@sco.com>
* config.sub, config.guess: Sync from upstream sources.
2005-11-21 Ben Elliston <bje@au.ibm.com>
2005-11-21 Ben Elliston <bje@au.ibm.com>
Import from Autoconf sources:
Import from Autoconf sources:
...
...
config.guess
View file @
b4623110
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp
=
'2005-
07-08
'
timestamp
=
'2005-
11-11
'
# 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
...
@@ -779,7 +779,7 @@ EOF
...
@@ -779,7 +779,7 @@ EOF
i
*
:PW
*
:
*
)
i
*
:PW
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-pw32
echo
${
UNAME_MACHINE
}
-pc-pw32
exit
;;
exit
;;
x86:Interix
*
:[34]
*
)
x86:Interix
*
:[34
5
]
*
)
echo
i586-pc-interix
${
UNAME_RELEASE
}
|sed
-e
's/\..*//'
echo
i586-pc-interix
${
UNAME_RELEASE
}
|sed
-e
's/\..*//'
exit
;;
exit
;;
[
345]86:Windows_95:
*
|
[
345]86:Windows_98:
*
|
[
345]86:Windows_NT:
*
)
[
345]86:Windows_95:
*
|
[
345]86:Windows_98:
*
|
[
345]86:Windows_NT:
*
)
...
@@ -794,7 +794,7 @@ EOF
...
@@ -794,7 +794,7 @@ EOF
i
*
:UWIN
*
:
*
)
i
*
:UWIN
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-uwin
echo
${
UNAME_MACHINE
}
-pc-uwin
exit
;;
exit
;;
amd64:CYGWIN
*
:
*
:
*
)
amd64:CYGWIN
*
:
*
:
*
|
x86_64:CYGWIN
*
:
*
:
*
)
echo
x86_64-unknown-cygwin
echo
x86_64-unknown-cygwin
exit
;;
exit
;;
p
*
:CYGWIN
*
:
*
)
p
*
:CYGWIN
*
:
*
)
...
@@ -873,6 +873,9 @@ EOF
...
@@ -873,6 +873,9 @@ EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^CPU
=
`
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^CPU
=
`
test
x
"
${
CPU
}
"
!=
x
&&
{
echo
"
${
CPU
}
-unknown-linux-gnu"
;
exit
;
}
test
x
"
${
CPU
}
"
!=
x
&&
{
echo
"
${
CPU
}
-unknown-linux-gnu"
;
exit
;
}
;;
;;
or32:Linux:
*
:
*
)
echo
or32-unknown-linux-gnu
exit
;;
ppc:Linux:
*
:
*
)
ppc:Linux:
*
:
*
)
echo
powerpc-unknown-linux-gnu
echo
powerpc-unknown-linux-gnu
exit
;;
exit
;;
...
@@ -1182,7 +1185,6 @@ EOF
...
@@ -1182,7 +1185,6 @@ EOF
*
:Darwin:
*
:
*
)
*
:Darwin:
*
:
*
)
UNAME_PROCESSOR
=
`
uname
-p
`
||
UNAME_PROCESSOR
=
unknown
UNAME_PROCESSOR
=
`
uname
-p
`
||
UNAME_PROCESSOR
=
unknown
case
$UNAME_PROCESSOR
in
case
$UNAME_PROCESSOR
in
*
86
)
UNAME_PROCESSOR
=
i686
;;
unknown
)
UNAME_PROCESSOR
=
powerpc
;;
unknown
)
UNAME_PROCESSOR
=
powerpc
;;
esac
esac
echo
${
UNAME_PROCESSOR
}
-apple-darwin
${
UNAME_RELEASE
}
echo
${
UNAME_PROCESSOR
}
-apple-darwin
${
UNAME_RELEASE
}
...
...
config.sub
View file @
b4623110
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp
=
'2005-
07-08
'
timestamp
=
'2005-
11-13
'
# 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
...
@@ -171,6 +171,10 @@ case $os in
...
@@ -171,6 +171,10 @@ case $os in
-hiux
*
)
-hiux
*
)
os
=
-hiuxwe2
os
=
-hiuxwe2
;;
;;
-sco6
)
os
=
-sco5v6
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
;;
-sco5
)
-sco5
)
os
=
-sco3
.2v5
os
=
-sco3
.2v5
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
...
@@ -187,6 +191,10 @@ case $os in
...
@@ -187,6 +191,10 @@ case $os in
# Don't forget version if it is 3.2v4 or newer.
# Don't forget version if it is 3.2v4 or newer.
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
;;
;;
-sco5v6
*
)
# Don't forget version if it is 3.2v4 or newer.
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
;;
-sco
*
)
-sco
*
)
os
=
-sco3
.2v2
os
=
-sco3
.2v2
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
basic_machine
=
`
echo
$1
| sed
-e
's/86-.*/86-pc/'
`
...
...
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