aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-25 02:19:28 +0000
committerRichard M. Stallman1996-08-25 02:19:28 +0000
commitaac2257c3e668658ee070850b1b1c04bb9bc8c10 (patch)
tree185ec146db6aa8176ecb7ae31266837ca97f41ae
parentb4d413451a0c571ecac48d456c546474c061705e (diff)
downloademacs-aac2257c3e668658ee070850b1b1c04bb9bc8c10.tar.gz
emacs-aac2257c3e668658ee070850b1b1c04bb9bc8c10.zip
(*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
(m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3. (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
-rw-r--r--configure.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0f2d94ca064..21ad12d5524 100644
--- a/configure.in
+++ b/configure.in
@@ -170,7 +170,9 @@ case "${canonical}" in
170 machine=acorn opsys=riscix1-1 170 machine=acorn opsys=riscix1-1
171 ;; 171 ;;
172 arm-acorn-riscix1.2* | arm-acorn-riscix ) 172 arm-acorn-riscix1.2* | arm-acorn-riscix )
173 machine=acorn opsys=riscix1-2 173 ## This name is riscix12 instead of riscix1.2
174 ## to avoid a file name conflict on MSDOS.
175 machine=acorn opsys=riscix12
174 ;; 176 ;;
175 177
176 ## Alliant machines 178 ## Alliant machines
@@ -276,7 +278,9 @@ case "${canonical}" in
276 278
277 ## Data General AViiON Machines 279 ## Data General AViiON Machines
278 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) 280 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
279 machine=aviion opsys=dgux5-4r3 281 ## This name is dgux5-4-3 instead of dgux5-4r3
282 ## to avoid a file name conflict on MSDOS.
283 machine=aviion opsys=dgux5-4-3
280 ;; 284 ;;
281 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) 285 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
282 machine=aviion opsys=dgux5-4r2 286 machine=aviion opsys=dgux5-4r2
@@ -718,7 +722,9 @@ case "${canonical}" in
718 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; 722 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
719 *-sunos4.0* ) opsys=sunos4-0 ;; 723 *-sunos4.0* ) opsys=sunos4-0 ;;
720 *-sunos4.1.[3-9]*noshare ) 724 *-sunos4.1.[3-9]*noshare )
721 opsys=sunos4-1-3 725 ## This name is sunos413 instead of sunos4-1-3
726 ## to avoid a file name conflict on MSDOS.
727 opsys=sunos413
722 NON_GNU_CPP=/usr/lib/cpp 728 NON_GNU_CPP=/usr/lib/cpp
723 NON_GCC_TEST_OPTIONS=-Bstatic 729 NON_GCC_TEST_OPTIONS=-Bstatic
724 GCC_TEST_OPTIONS=-static 730 GCC_TEST_OPTIONS=-static