aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-14 13:37:07 +0000
committerGerd Moellmann2000-06-14 13:37:07 +0000
commit9f25f6fb98e2903292130eeeb32c216d09dc010c (patch)
tree79fe20cee5f9affb8e42d1e65a595afe8d53cd09
parentc7edb9605f1a59a74dc3c2ebb0431eed06b7ff2c (diff)
downloademacs-9f25f6fb98e2903292130eeeb32c216d09dc010c.tar.gz
emacs-9f25f6fb98e2903292130eeeb32c216d09dc010c.zip
Add support for `*-lynxos*'.
Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as recommended by <Karen.Dorhamer@compaq.com> to fix problems on Tru64 UNIX v5.0.
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 48006e89b24..60276959125 100644
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,7 @@ case "${canonical}" in
260 # This is necessary on 5.0 to avoid mangling src/Makefile. 260 # This is necessary on 5.0 to avoid mangling src/Makefile.
261 # Separated out in case it causes problems on earlier versions. 261 # Separated out in case it causes problems on earlier versions.
262 alpha*-dec-osf[5-9]*) 262 alpha*-dec-osf[5-9]*)
263 NON_GNU_CPP='cc -E -std0' ;; 263 NON_GNU_CPP='cpp' ;;
264 esac 264 esac
265 ;; 265 ;;
266 266
@@ -980,6 +980,7 @@ case "${canonical}" in
980 i[3456]86-*-* ) 980 i[3456]86-*-* )
981 machine=intel386 981 machine=intel386
982 case "${canonical}" in 982 case "${canonical}" in
983 *-lynxos* ) opsys=lynxos ;;
983 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 984 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
984 *-isc2.2* ) opsys=isc2-2 ;; 985 *-isc2.2* ) opsys=isc2-2 ;;
985 *-isc4.0* ) opsys=isc4-0 ;; 986 *-isc4.0* ) opsys=isc4-0 ;;