mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (i*86:Linux:*:*): Test for uClibc.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
bb562af3ec
commit
c47c1807fd
@ -1,3 +1,7 @@
|
|||||||
|
2013-04-24 Jim Pryor <dubiousjim@gmail.com>
|
||||||
|
|
||||||
|
* config.guess (i*86:Linux:*:*): Test for uClibc.
|
||||||
|
|
||||||
2013-04-24 Jim Pryor <dubiousjim@gmail.com>
|
2013-04-24 Jim Pryor <dubiousjim@gmail.com>
|
||||||
|
|
||||||
* config.guess (x86_64:Linux:*:*): Test for uClibc.
|
* config.guess (x86_64:Linux:*:*): Test for uClibc.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -921,6 +921,11 @@ EOF
|
|||||||
#ifdef __dietlibc__
|
#ifdef __dietlibc__
|
||||||
LIBC=dietlibc
|
LIBC=dietlibc
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#include <features.h>
|
||||||
|
#ifdef __UCLIBC__
|
||||||
|
LIBC=uclibc
|
||||||
|
#endif
|
||||||
EOF
|
EOF
|
||||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
|
||||||
echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
|
echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user