mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* configure.in (xtensa): Match more configurations.
* configure: Regenerate.
This commit is contained in:
parent
d1a3b36077
commit
7cc04609cb
3 changed files with 12 additions and 6 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (xtensa): Match more configurations.
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* config.guess, config.sub: Updated from master source.
|
||||
|
|
|
|||
10
configure
vendored
10
configure
vendored
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
|||
|
|
@ -1209,7 +1209,7 @@ dnl see the `changequote' comment above.
|
|||
;;
|
||||
|
||||
## Tensilica Xtensa Linux-based GNU system
|
||||
xtensa-*-linux-gnu* )
|
||||
xtensa*-*-linux-* )
|
||||
machine=xtensa opsys=gnu-linux
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue