summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-01-23 07:06:54 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-01-23 07:06:54 +0000
commita88ccdc293230e67e7434dae2a05c5cc829ab6f1 (patch)
tree267c2a7dd408c6817d2c2331dede24d3b354f3b1 /configure
parent7c4875bc6a3dd984594e3b6045e5f4a721a1a6b5 (diff)
downloademacs-a88ccdc293230e67e7434dae2a05c5cc829ab6f1.tar.gz
* configure.in (xtensa): Match more configurations.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 859f6b74881..c262d134757 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
fi
test \$exitcode = 0") || {
- echo Please tell bug-autoconf@gnu.org about your system,
- echo including any error possibly output before this message.
- echo This can help us improve future autoconf versions.
- echo Configuration will now proceed without shell functions.
+ echo No shell found that supports shell functions.
+ echo Please tell autoconf@gnu.org about your system,
+ echo including any error possibly output before this
+ echo message
}
@@ -3174,7 +3174,7 @@ _ACEOF
;;
## Tensilica Xtensa Linux-based GNU system
- xtensa-*-linux-gnu* )
+ xtensa*-*-linux-* )
machine=xtensa opsys=gnu-linux
;;