From 4d017fb85a07c662d8b8112a87b19f1004baa58e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 May 2011 02:19:19 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@22451 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/freetype/freetype-1.5/config.guess | 10 ++++++++-- .../libs/freetype2/freetype-2.4.4/builds/unix/config.guess | 10 ++++++++-- Build/source/libs/icu/icu-4.6/config.guess | 10 ++++++++-- 3 files changed, 24 insertions(+), 6 deletions(-) (limited to 'Build/source/libs') diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess index 187cd54edd2..40eaed4821e 100755 --- a/Build/source/libs/freetype/freetype-1.5/config.guess +++ b/Build/source/libs/freetype/freetype-1.5/config.guess @@ -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 - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + 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:*:*) diff --git a/Build/source/libs/freetype2/freetype-2.4.4/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.4.4/builds/unix/config.guess index 187cd54edd2..40eaed4821e 100755 --- a/Build/source/libs/freetype2/freetype-2.4.4/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-2.4.4/builds/unix/config.guess @@ -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 - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + 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:*:*) diff --git a/Build/source/libs/icu/icu-4.6/config.guess b/Build/source/libs/icu/icu-4.6/config.guess index 187cd54edd2..40eaed4821e 100755 --- a/Build/source/libs/icu/icu-4.6/config.guess +++ b/Build/source/libs/icu/icu-4.6/config.guess @@ -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 - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + 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:*:*) -- cgit v1.2.3