From: Gerd Moellmann Date: Wed, 14 Jun 2000 13:37:07 +0000 (+0000) Subject: Add support for `*-lynxos*'. X-Git-Tag: emacs-pretest-21.0.90~3319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f25f6fb98e2903292130eeeb32c216d09dc010c;p=emacs.git Add support for `*-lynxos*'. Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as recommended by to fix problems on Tru64 UNIX v5.0. --- 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 # This is necessary on 5.0 to avoid mangling src/Makefile. # Separated out in case it causes problems on earlier versions. alpha*-dec-osf[5-9]*) - NON_GNU_CPP='cc -E -std0' ;; + NON_GNU_CPP='cpp' ;; esac ;; @@ -980,6 +980,7 @@ case "${canonical}" in i[3456]86-*-* ) machine=intel386 case "${canonical}" in + *-lynxos* ) opsys=lynxos ;; *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; *-isc4.0* ) opsys=isc4-0 ;;