# HG changeset patch # User David J. MacKenzie # Date 848525312 0 # Node ID 7361b2115a770c0597610e2c87c0a27de4fa66e0 # Parent 4f9e6148ce6a22d21cc97f05b7bd942902e5fb56 cleanups diff -r 4f9e6148ce6a -r 7361b2115a77 config.guess --- a/config.guess Tue Nov 19 18:40:34 1996 +0000 +++ b/config.guess Wed Nov 20 21:28:32 1996 +0000 @@ -366,6 +366,9 @@ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; + F301:UNIX_System_V:*:*) + echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` + exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; diff -r 4f9e6148ce6a -r 7361b2115a77 config.sub --- a/config.sub Tue Nov 19 18:40:34 1996 +0000 +++ b/config.sub Wed Nov 20 21:28:32 1996 +0000 @@ -177,7 +177,7 @@ | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-*) + | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -577,6 +577,9 @@ basic_machine=vax-dec os=-vms ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; vxworks960) basic_machine=i960-wrs os=-vxworks @@ -686,7 +689,7 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -linux-gnu*) + | -linux-gnu* | -uxpv*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) @@ -862,6 +865,9 @@ *-masscomp) os=-rtu ;; + f301-fujitsu) + os=-uxpv + ;; *) os=-none ;;