diff options
author | David J. MacKenzie <djm@gnu.org> | 1996-11-20 21:28:32 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1996-11-20 21:28:32 +0000 |
commit | f440d049e8d76d62d7514fea1bf53c2a852b9242 (patch) | |
tree | 1eaf662b806380f22c2a2d32e0d4e41edcd4afb0 /config.sub | |
parent | 4b45d6714a4afd55e138be89723d32472062f54e (diff) | |
download | emacs-f440d049e8d76d62d7514fea1bf53c2a852b9242.tar.gz |
cleanups
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config.sub b/config.sub index a661f98f16e..0432524944d 100755 --- a/config.sub +++ b/config.sub @@ -177,7 +177,7 @@ case $basic_machine in | 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 @@ case $basic_machine in basic_machine=vax-dec os=-vms ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; vxworks960) basic_machine=i960-wrs os=-vxworks @@ -686,7 +689,7 @@ case $os in | -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 @@ case $basic_machine in *-masscomp) os=-rtu ;; + f301-fujitsu) + os=-uxpv + ;; *) os=-none ;; |