diff options
| author | David J. MacKenzie | 1996-11-20 21:28:32 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1996-11-20 21:28:32 +0000 |
| commit | f440d049e8d76d62d7514fea1bf53c2a852b9242 (patch) | |
| tree | 1eaf662b806380f22c2a2d32e0d4e41edcd4afb0 | |
| parent | 4b45d6714a4afd55e138be89723d32472062f54e (diff) | |
| download | emacs-f440d049e8d76d62d7514fea1bf53c2a852b9242.tar.gz emacs-f440d049e8d76d62d7514fea1bf53c2a852b9242.zip | |
cleanups
| -rwxr-xr-x | config.guess | 3 | ||||
| -rwxr-xr-x | config.sub | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 7fc20d31c7f..85fb13ad18b 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -366,6 +366,9 @@ EOF | |||
| 366 | FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` | 366 | FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` |
| 367 | echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" | 367 | echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" |
| 368 | exit 0 ;; | 368 | exit 0 ;; |
| 369 | F301:UNIX_System_V:*:*) | ||
| 370 | echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` | ||
| 371 | exit 0 ;; | ||
| 369 | hp3[0-9][05]:NetBSD:*:*) | 372 | hp3[0-9][05]:NetBSD:*:*) |
| 370 | echo m68k-hp-netbsd${UNAME_RELEASE} | 373 | echo m68k-hp-netbsd${UNAME_RELEASE} |
| 371 | exit 0 ;; | 374 | exit 0 ;; |
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 | |||
| 177 | | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | 177 | | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ |
| 178 | | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | 178 | | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ |
| 179 | | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ | 179 | | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ |
| 180 | | mips64el-* | mips64orion-* | mips64orionel-*) | 180 | | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) |
| 181 | ;; | 181 | ;; |
| 182 | # Recognize the various machine names and aliases which stand | 182 | # Recognize the various machine names and aliases which stand |
| 183 | # for a CPU type and a company and sometimes even an OS. | 183 | # for a CPU type and a company and sometimes even an OS. |
| @@ -577,6 +577,9 @@ case $basic_machine in | |||
| 577 | basic_machine=vax-dec | 577 | basic_machine=vax-dec |
| 578 | os=-vms | 578 | os=-vms |
| 579 | ;; | 579 | ;; |
| 580 | vpp*|vx|vx-*) | ||
| 581 | basic_machine=f301-fujitsu | ||
| 582 | ;; | ||
| 580 | vxworks960) | 583 | vxworks960) |
| 581 | basic_machine=i960-wrs | 584 | basic_machine=i960-wrs |
| 582 | os=-vxworks | 585 | os=-vxworks |
| @@ -686,7 +689,7 @@ case $os in | |||
| 686 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | 689 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| 687 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | 690 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| 688 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | 691 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
| 689 | | -linux-gnu*) | 692 | | -linux-gnu* | -uxpv*) |
| 690 | # Remember, each alternative MUST END IN *, to match a version number. | 693 | # Remember, each alternative MUST END IN *, to match a version number. |
| 691 | ;; | 694 | ;; |
| 692 | -linux*) | 695 | -linux*) |
| @@ -862,6 +865,9 @@ case $basic_machine in | |||
| 862 | *-masscomp) | 865 | *-masscomp) |
| 863 | os=-rtu | 866 | os=-rtu |
| 864 | ;; | 867 | ;; |
| 868 | f301-fujitsu) | ||
| 869 | os=-uxpv | ||
| 870 | ;; | ||
| 865 | *) | 871 | *) |
| 866 | os=-none | 872 | os=-none |
| 867 | ;; | 873 | ;; |