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
a98cf819
Commit
a98cf819
authored
Mar 18, 2017
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Mar 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Import latest from upstream.
From-SVN: r246258
parent
9826d1a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
ChangeLog
+4
-0
config.guess
+10
-6
No files found.
ChangeLog
View file @
a98cf819
2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
* config.guess: Import latest from upstream.
2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
* MAINTAINERS (Write After Approval): Remove entries that are
* MAINTAINERS (Write After Approval): Remove entries that are
already covered under Reviewers.
already covered under Reviewers.
...
...
config.guess
View file @
a98cf819
#! /bin/sh
#! /bin/sh
# Attempt to guess a canonical system name.
# Attempt to guess a canonical system name.
# Copyright 1992-201
6
Free Software Foundation, Inc.
# Copyright 1992-201
7
Free Software Foundation, Inc.
timestamp
=
'201
6-10-02
'
timestamp
=
'201
7-03-05
'
# 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
...
@@ -50,7 +50,7 @@ version="\
...
@@ -50,7 +50,7 @@ version="\
GNU config.guess (
$timestamp
)
GNU config.guess (
$timestamp
)
Originally written by Per Bothner.
Originally written by Per Bothner.
Copyright 1992-201
6
Free Software Foundation, Inc.
Copyright 1992-201
7
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
...
@@ -837,10 +837,11 @@ EOF
...
@@ -837,10 +837,11 @@ EOF
UNAME_PROCESSOR
=
`
/usr/bin/uname
-p
`
UNAME_PROCESSOR
=
`
/usr/bin/uname
-p
`
case
${
UNAME_PROCESSOR
}
in
case
${
UNAME_PROCESSOR
}
in
amd64
)
amd64
)
echo
x86_64-unknown-freebsd
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[-(].*//'
`
;;
UNAME_PROCESSOR
=
x86_64
;;
*
)
i386
)
echo
${
UNAME_PROCESSOR
}
-unknown-freebsd
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[-(].*//'
`
;;
UNAME_PROCESSOR
=
i586
;;
esac
esac
echo
${
UNAME_PROCESSOR
}
-unknown-freebsd
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[-(].*//'
`
exit
;;
exit
;;
i
*
:CYGWIN
*
:
*
)
i
*
:CYGWIN
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-cygwin
echo
${
UNAME_MACHINE
}
-pc-cygwin
...
@@ -1343,6 +1344,9 @@ EOF
...
@@ -1343,6 +1344,9 @@ EOF
NSR-?:NONSTOP_KERNEL:
*
:
*
)
NSR-?:NONSTOP_KERNEL:
*
:
*
)
echo
nsr-tandem-nsk
${
UNAME_RELEASE
}
echo
nsr-tandem-nsk
${
UNAME_RELEASE
}
exit
;;
exit
;;
NSX-?:NONSTOP_KERNEL:
*
:
*
)
echo
nsx-tandem-nsk
${
UNAME_RELEASE
}
exit
;;
*
:NonStop-UX:
*
:
*
)
*
:NonStop-UX:
*
:
*
)
echo
mips-compaq-nonstopux
echo
mips-compaq-nonstopux
exit
;;
exit
;;
...
...
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