comparison configure @ 79912:91d4bea0f1a1

* configure.in (xtensa): Match more configurations. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 23 Jan 2008 07:06:54 +0000
parents c7f971579368
children 761dbf0b9e96 7dc2524306eb
comparison
equal deleted inserted replaced
79911:dfdcf47b10f6 79912:91d4bea0f1a1
410 exitcode=1 410 exitcode=1
411 echo positional parameters were not saved. 411 echo positional parameters were not saved.
412 fi 412 fi
413 413
414 test \$exitcode = 0") || { 414 test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419 } 419 }
420 420
421 421
422 422
423 as_lineno_1=$LINENO 423 as_lineno_1=$LINENO
3172 x86_64-*-linux-gnu* ) 3172 x86_64-*-linux-gnu* )
3173 machine=amdx86-64 opsys=gnu-linux 3173 machine=amdx86-64 opsys=gnu-linux
3174 ;; 3174 ;;
3175 3175
3176 ## Tensilica Xtensa Linux-based GNU system 3176 ## Tensilica Xtensa Linux-based GNU system
3177 xtensa-*-linux-gnu* ) 3177 xtensa*-*-linux-* )
3178 machine=xtensa opsys=gnu-linux 3178 machine=xtensa opsys=gnu-linux
3179 ;; 3179 ;;
3180 3180
3181 * ) 3181 * )
3182 unported=yes 3182 unported=yes