mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2011-05-11 Hector Oron <zumbi@debian.org>
Konstantinos Margaritis <markos@debian.org> * config.guess (arm*:Linux:*:*): Add support for gnueabihf.
This commit is contained in:
parent
626f5d2f5e
commit
0783756885
@ -1,3 +1,8 @@
|
||||
2011-05-11 Hector Oron <zumbi@debian.org>
|
||||
Konstantinos Margaritis <markos@debian.org>
|
||||
|
||||
* config.guess (arm*:Linux:*:*): Add support for gnueabihf.
|
||||
|
||||
2011-03-31 Kirk Hays <khays@hayshaus.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
8
config.guess
vendored
8
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||
# 2011 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2011-02-02'
|
||||
timestamp='2011-05-11'
|
||||
|
||||
# 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:*:*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user