# HG changeset patch # User Ben Elliston # Date 927376638 0 # Node ID b900ed44aab2d7b36387bd39dd1fd43c55112a14 # Parent 65ed1baf2608d5ad0bc24c25e09f24d6c90903d9 1999-05-22 Ben Elliston * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake . diff -r 65ed1baf2608 -r b900ed44aab2 config.guess --- a/config.guess Fri May 21 23:00:16 1999 +0000 +++ b/config.guess Sat May 22 12:37:18 1999 +0000 @@ -915,7 +915,7 @@ news*:NEWS-OS:*:6*) echo mips-sony-newsos6 exit 0 ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*) + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else