comparison etc/MACHINES @ 87721:50951deae23e

Add an explicit list of platforms that are no longer supported.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jan 2008 15:23:15 +0000
parents 107ccd98fa12
children 58908e3983cd
comparison
equal deleted inserted replaced
87720:9ea4657e72a4 87721:50951deae23e
21 21
22 If you add support for a new configuration, add a section to this 22 If you add support for a new configuration, add a section to this
23 file, and then edit the `configure' script to tell it which 23 file, and then edit the `configure' script to tell it which
24 configuration name(s) should select your new machine description and 24 configuration name(s) should select your new machine description and
25 system description files. 25 system description files.
26
27 Some obsolete platforms are unsupported beginning with Emacs 23.1, see
28 the full list at the end of this file.
26 29
27 30
28 Here are the configurations Emacs is intended to work with, with the 31 Here are the configurations Emacs is intended to work with, with the
29 corresponding configuration names. You can postpend version numbers 32 corresponding configuration names. You can postpend version numbers
30 to operating system names (i.e. sunos4.1) or architecture names (i.e. 33 to operating system names (i.e. sunos4.1) or architecture names (i.e.
935 env CC="gcc -m32" ./configure --build=i386-linux-gnu \ 938 env CC="gcc -m32" ./configure --build=i386-linux-gnu \
936 --x-libraries=/usr/X11R6/lib 939 --x-libraries=/usr/X11R6/lib
937 940
938 (using the location of the 32-bit X libraries on your system). 941 (using the location of the 32-bit X libraries on your system).
939 942
943 Support for the following obsolete platforms was removed in Emacs 23.1
944 (the names in parentheses state the files in src/ that were removed):
945
946 Apollo SR10.x (unexapollo.c)
947 Convex (unexconvex.c and m/convex.c)
948 Xenix (unexenix.c and s/xenix.h)
949 Iris (unexmips.c m/iris4d.h m/irist.h s/iris3-5.h s/iris3-6.h)
950 Gould (m/gould*)
951 Siemens machines running Sinix (unexsni.c)
952 Harris CXUX (s/cxux*)
953 ESIX, a variant of v.5.3 for the 386 (s/esix*)
954 Interactive (ISC) Unix (s/isc*)
955 Sony News (s/newsos*)
956 RTU 3.0, ucb universe (s/rtu.h)
957 UniSoft's UniPlus 5.2 (s/uniplus.h)
958 UMAX (s/umax.h)
959 AT&T UNIX PC model 7300 (m/7300.h)
960 Acorn
961 Alliant (m/alliant*)
962 Amdahl (m/amdahl*)
963 Altos 3068 Unix System V Release 2 (m/altos.h)
964 Apollo (m/apollo.h)
965 AT&T 3b (m/att3b.h)
966 Aviion (m/aviion*)
967 Celerity (m/celerity.h)
968 clipper (m/clipper.h)
969 convergent S series (m/cnvrgnt.h)
970 cydra (m/cydra5.h)
971 Motorola System V/88 machines (m/delta88k.h)
972 Bull DPX/2 range (m/dpx2.h)
973 Dual machines using unisoft port (m/dual.h)
974 Elxsi machine (running enix) (m/elxsi.h)
975 Fujitsu F301 machine (m/f301.h)
976 i860 (m/i860.h)
977 ibm ps/2 aix386 (m/ibmps2-aix.h)
978 ISI 68000's (m/is*)
979 Masscomp 5000 series running RTU, ucb universe (m/masscomp.h)
980 Megatest 68000's (m/mega68.h)
981 Whitechapel Computer Works MG1 (ns16000 based) (m/mg1.h)
982 Harris Night Hawk Series 1200 and Series 3000 (m/nh3000.h m/nh4000.h)
983 ns16000 (m/ns16000.h)
984 National Semiconductor 32000, running Genix (m/ns32000.h)
985 TI Nu machines using system V (m/nu.h)
986 HLH Orion (m/orion.h m/orion105.h)
987 Paragon i860 (m/paragon.h)
988 PFU A-series (m/pfa50.h)
989 Plexus running System V.2 (m/plexus.h)
990 pyramid. (m/pyramid.h)
991 sh3el (m/sh3el.h)
992 Bull SPS-7 (m/sps7.h)
993 Hitachi SR2001/SR2201 (m/sr2k.h)
994 Stride (m/stride.h)
995 Sun 1 (m/sun1.h)
996 Sun 2 (m/sun2.h)
997 SEQUENT SYMMETRY (m/symmetry.h)
998 Tadpole 68k machines (m/tad68k.h)
999 tahoe (m/tahoe.h)
1000 targon31 (m/targon31.h)
1001 Tektronix* (m/tek4300.h m/tekxd88.h)
1002 NCR Tower 32 running System V.2 (m/tower32.h)
1003 NCR Tower 32 running System V.3 (m/tower32v3.h)
1004 U-station (Nihon Unisys, SS5E; Sumitomo Denkoh, U-Station E30) (m/ustation.h)
1005 Wicat (m/wicat.h)
1006 Honeywell XPS100 running UNIX System V.2 (m/xps100.h)
1007 Data General's DG/UX (s/dgux*)
1008 Irix before version 6
1009 osf1 (s/osf*)
1010 SunOS4 (s/sunos*)
1011 RISCiX (s/riscix*)
1012 SCO 3.2v4 (s/sco4.h)
1013 SCO 3.2v5 (s/sco5.h)
1014 Sun's 386-based RoadRunner (m/sun386.h)
1015 Sun3 machines (m/sun3*)
1016 Integrated Solutions 386 machine (m/is386.h)
1017
940 1018
941 Local variables: 1019 Local variables:
942 mode: text 1020 mode: text
943 fill-prefix: " " 1021 fill-prefix: " "
944 End: 1022 End: