aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-01-23 07:06:54 +0000
committerDan Nicolaescu <[email protected]>2008-01-23 07:06:54 +0000
commit7cc04609cb5789a7e736d666af22f65671f706ce (patch)
tree7f4e86aa61a20862810bd740b16fe80634ca1987 /configure
parentd1a3b360777284a04c1ab469d441906da193d716 (diff)
* 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 859f6b7488..c262d13475 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
fi
test \$exitcode = 0") || {
- echo Please tell [email protected] 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 [email protected] 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
;;