comparison configure @ 90776:dd7c098af727

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
author Miles Bader <miles@gnu.org>
date Mon, 26 Feb 2007 23:03:45 +0000
parents 52a7f3f50b89 75b3a340972a
children c0409ee15cee
comparison
equal deleted inserted replaced
90775:7d8921cab8aa 90776:dd7c098af727
3127 3127
3128 ## AMD x86-64 Linux-based GNU system 3128 ## AMD x86-64 Linux-based GNU system
3129 x86_64-*-linux-gnu* ) 3129 x86_64-*-linux-gnu* )
3130 machine=amdx86-64 opsys=gnu-linux 3130 machine=amdx86-64 opsys=gnu-linux
3131 ;; 3131 ;;
3132
3133 ## Tensilica Xtensa Linux-based GNU system
3134 xtensa-*-linux-gnu* )
3135 machine=xtensa opsys=gnu-linux
3136 ;;
3132 3137
3133 * ) 3138 * )
3134 unported=yes 3139 unported=yes
3135 ;; 3140 ;;
3136 esac 3141 esac