emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Fri, 09 Sep 2005 09:02:07 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.395 emacs/configure.in:1.396
*** emacs/configure.in:1.395    Tue Jul 26 21:43:11 2005
--- emacs/configure.in  Fri Sep  9 13:02:05 2005
***************
*** 282,287 ****
--- 282,296 ----
      esac
    ;;
  
+   ## LynxOS ports
+   *-*-lynxos* )
+     opsys=lynxos
+     case "${canonical}" in
+       i[3456]86-*-lynxos*) machine=intel386 ;;
+       powerpc-*-lynxos*) machine=powerpc ;;
+     esac
+   ;;
+ 
    ## Acorn RISCiX:
    arm-acorn-riscix1.1* )
      machine=acorn opsys=riscix1-1
***************
*** 1083,1089 ****
        *-darwin )                opsys=darwin
                                  CPP="${CC-cc} -E -no-cpp-precomp"
                                ;;
-       *-lynxos* )               opsys=lynxos ;;
        *-isc1.* | *-isc2.[01]* )       opsys=386-ix ;;
        *-isc2.2* )             opsys=isc2-2 ;;
        *-isc4.0* )             opsys=isc4-0 ;;
--- 1092,1097 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]