mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-07 23:10:20 +12:00
* config.guess (x86_64:Linux:*:*): Test for uClibc.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
fd4dee4466
commit
bb562af3ec
@ -1,3 +1,7 @@
|
|||||||
|
2013-04-24 Jim Pryor <dubiousjim@gmail.com>
|
||||||
|
|
||||||
|
* config.guess (x86_64:Linux:*:*): Test for uClibc.
|
||||||
|
|
||||||
2013-02-12 Christian Svensson <blue@cmd.nu>
|
2013-02-12 Christian Svensson <blue@cmd.nu>
|
||||||
|
|
||||||
* config.guess (or1k:Linux:*:*): New.
|
* config.guess (or1k:Linux:*:*): New.
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -2,7 +2,7 @@
|
|||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2013 Free Software Foundation, Inc.
|
# Copyright 1992-2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2013-02-12'
|
timestamp='2013-04-24'
|
||||||
|
|
||||||
# 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
|
||||||
@ -998,7 +998,9 @@ EOF
|
|||||||
echo ${UNAME_MACHINE}-dec-linux-gnu
|
echo ${UNAME_MACHINE}-dec-linux-gnu
|
||||||
exit ;;
|
exit ;;
|
||||||
x86_64:Linux:*:*)
|
x86_64:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
LIBC=gnu
|
||||||
|
test -r /lib/libc.so && od -An -S13 /lib/libc.so | grep -q __uClibc_main && LIBC=uclibc
|
||||||
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
xtensa*:Linux:*:*)
|
xtensa*:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user