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
3ca06a68
Commit
3ca06a68
authored
Jan 23, 2008
by
Ben Elliston
Committed by
Ben Elliston
Jan 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.sub, config.guess: Update from upstream sources.
From-SVN: r131753
parent
fa8d4a0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
ChangeLog
+4
-0
config.guess
+3
-3
config.sub
+5
-1
No files found.
ChangeLog
View file @
3ca06a68
2008-01-23 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.
2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
* MAINTAINERS (Write After Approval): Add myself.
...
...
config.guess
View file @
3ca06a68
...
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
timestamp
=
'2008-01-
08
'
timestamp
=
'2008-01-
23
'
# 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
...
...
@@ -1484,9 +1484,9 @@ This script, last modified $timestamp, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
http://
savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
http://
git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://
savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
http://
git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
If the version you run (
$0
) is already up to date, please
send the following data and any information you think might be
...
...
config.sub
View file @
3ca06a68
...
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
timestamp
=
'2008-01-
08
'
timestamp
=
'2008-01-
16
'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
...
...
@@ -1049,6 +1049,10 @@ case $basic_machine in
basic_machine
=
tic6x-unknown
os
=
-coff
;;
tile
*
)
basic_machine
=
tile-unknown
os
=
-linux-gnu
;;
tx39
)
basic_machine
=
mipstx39-unknown
;;
...
...
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