From 68a7d31a345c853e311638d58d43a7088dd2d0fa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Nov 2007 06:16:09 -0800 Subject: [PATCH] autoupdate --- build-aux/config.guess | 6 +++--- build-aux/config.sub | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) mode change 100755 => 100644 build-aux/config.guess mode change 100755 => 100644 build-aux/config.sub diff --git a/build-aux/config.guess b/build-aux/config.guess old mode 100755 new mode 100644 index 278f9e9e0..7fef1a3e3 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-07-22' +timestamp='2007-11-19' # 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 @@ -954,8 +954,8 @@ EOF x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; - xtensa:Linux:*:*) - echo xtensa-unknown-linux-gnu + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so diff --git a/build-aux/config.sub b/build-aux/config.sub old mode 100755 new mode 100644 index 1761d8bdf..519046156 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-06-28' +timestamp='2007-11-19' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -369,10 +369,14 @@ case $basic_machine in | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) -- 2.11.0