Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
misc
config
Commits
084a4076
Commit
084a4076
authored
Oct 03, 2016
by
Ben Elliston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess (mips64el:Linux:*:*): New.
* testsuite/config-guess.data: Add a test case.
parent
9152ce40
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
ChangeLog
ChangeLog
+5
-0
config.guess
config.guess
+4
-1
testsuite/config-guess.data
testsuite/config-guess.data
+1
-0
No files found.
ChangeLog
View file @
084a4076
2016-10-03 Ben Elliston <bje@gnu.org>
* config.guess (mips64el:Linux:*:*): New.
* testsuite/config-guess.data: Add a test case.
2016-09-11 David Abdurachmanov <david.abdurachmanov@gmail.com>
2016-09-11 David Abdurachmanov <david.abdurachmanov@gmail.com>
* config.guess (riscv32:Linux:*:*, riscv64:Linux:*:*): New.
* config.guess (riscv32:Linux:*:*, riscv64:Linux:*:*): New.
...
...
config.guess
View file @
084a4076
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Attempt to guess a canonical system name.
# Copyright 1992-2016 Free Software Foundation, Inc.
# Copyright 1992-2016 Free Software Foundation, Inc.
timestamp
=
'2016-
09-11
'
timestamp
=
'2016-
10-02
'
# 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
...
@@ -1000,6 +1000,9 @@ EOF
...
@@ -1000,6 +1000,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-
${
LIBC
}
"
;
exit
;
}
test
x
"
${
CPU
}
"
!=
x
&&
{
echo
"
${
CPU
}
-unknown-linux-
${
LIBC
}
"
;
exit
;
}
;;
;;
mips64el:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux-
${
LIBC
}
exit
;;
openrisc
*
:Linux:
*
:
*
)
openrisc
*
:Linux:
*
:
*
)
echo
or1k-unknown-linux-
${
LIBC
}
echo
or1k-unknown-linux-
${
LIBC
}
exit
;;
exit
;;
...
...
testsuite/config-guess.data
View file @
084a4076
...
@@ -52,6 +52,7 @@ i86xen 5.0 AuroraUX ignored ignored i386-pc-auroraux5.0
...
@@ -52,6 +52,7 @@ i86xen 5.0 AuroraUX ignored ignored i386-pc-auroraux5.0
IA64 6.0 Interix ignored ignored ia64-unknown-interix6.0
IA64 6.0 Interix ignored ignored ia64-unknown-interix6.0
k1om 2.6.38 Linux ignored ignored k1om-unknown-linux-gnu
k1om 2.6.38 Linux ignored ignored k1om-unknown-linux-gnu
macppc 1.0 MirBSD ignored ignored powerpc-unknown-mirbsd1.0
macppc 1.0 MirBSD ignored ignored powerpc-unknown-mirbsd1.0
mips64el 2.6.2 Linux ignored ignored mips64el-unknown-linux-gnu
NEO-1 1.0 NONSTOP_KERNEL ignored ignored neo-tandem-nsk1.0
NEO-1 1.0 NONSTOP_KERNEL ignored ignored neo-tandem-nsk1.0
NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-N 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-N 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
...
...
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