Mercurial > emacs
changeset 24068:4c04dff8f129
Match HP 9000/800 machine.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 14 Jan 1999 06:41:28 +0000 |
parents | 89706001ab78 |
children | 8d500ceed9d1 |
files | config.guess |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Thu Jan 14 01:20:35 1999 +0000 +++ b/config.guess Thu Jan 14 06:41:28 1999 +0000 @@ -368,7 +368,7 @@ case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 ) + 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679] | 9000/892 ) sed 's/^ //' << EOF >dummy.c #include <stdlib.h> #include <unistd.h>