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
5ca0106a
Commit
5ca0106a
authored
15 years ago
by
Ben Elliston
Committed by
Ben Elliston
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Update from upstream sources.
From-SVN: r154349
parent
7787fb8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
ChangeLog
+4
-0
config.guess
+11
-7
No files found.
ChangeLog
View file @
5ca0106a
2009-11-20 Ben Elliston <bje@au.ibm.com>
* config.guess: Update from upstream sources.
2009-11-16 Alexandre Oliva <aoliva@redhat.com>
* Makefile.def: Restore host and target settings for gmp.
...
...
This diff is collapsed.
Click to expand it.
config.guess
View file @
5ca0106a
...
...
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
timestamp
=
'2009-11-
08
'
timestamp
=
'2009-11-
19
'
# 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
...
...
@@ -891,7 +891,15 @@ EOF
echo
frv-unknown-linux-gnu
exit
;;
i
*
86:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-linux-gnu
LIBC
=
gnu
eval
$set_cc_for_build
sed
's/^ //'
<<
EOF
>
$dummy
.c
#ifdef __dietlibc__
LIBC=dietlibc
#endif
EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
'^LIBC'
`
echo
"
${
UNAME_MACHINE
}
-pc-linux-
${
LIBC
}
"
exit
;;
ia64:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
...
...
@@ -918,11 +926,7 @@ EOF
#endif
#endif
EOF
eval
"
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null | sed
-n
'
/^CPU/{
s: ::g
p
}'
`
"
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
'^CPU'
`
test
x
"
${
CPU
}
"
!=
x
&&
{
echo
"
${
CPU
}
-unknown-linux-gnu"
;
exit
;
}
;;
or32:Linux:
*
:
*
)
...
...
This diff is collapsed.
Click to expand it.
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