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
a864a70b
Commit
a864a70b
authored
Jun 06, 2011
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops - omitted from previous delta.
From-SVN: r174692
parent
9baa43b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
config.guess
+8
-2
No files found.
config.guess
View file @
a864a70b
...
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011 Free Software Foundation, Inc.
timestamp
=
'2011-0
2-02
'
timestamp
=
'2011-0
6-03
'
# 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
...
...
@@ -882,7 +882,13 @@ EOF
then
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
else
if
echo
__ARM_PCS_VFP |
$CC_FOR_BUILD
-E
- 2>/dev/null
\
|
grep
-q
__ARM_PCS_VFP
then
echo
${
UNAME_MACHINE
}
-unknown-linux-gnueabi
else
echo
${
UNAME_MACHINE
}
-unknown-linux-gnueabihf
fi
fi
exit
;;
avr32
*
:Linux:
*
:
*
)
...
...
@@ -972,7 +978,7 @@ EOF
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
exit
;;
tile
*
:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-
tilera
-linux-gnu
echo
${
UNAME_MACHINE
}
-
unknown
-linux-gnu
exit
;;
vax:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-dec-linux-gnu
...
...
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