comparison etc/MACHINES @ 31927:ba48db63fa14

Irix64.
author Dave Love <fx@gnu.org>
date Wed, 27 Sep 2000 09:41:51 +0000
parents dd5077dea379
children 8de4d56acf6e
comparison
equal deleted inserted replaced
31926:4aaae541c486 31927:ba48db63fa14
700 and m68k-sgi-iris3.6 for system version 3.6. 700 and m68k-sgi-iris3.6 for system version 3.6.
701 Note that the 3030 is the same as the Iris 2500 Turbo. 701 Note that the 3030 is the same as the Iris 2500 Turbo.
702 702
703 Iris 4D (mips-sgi-irix[456].*) 703 Iris 4D (mips-sgi-irix[456].*)
704 704
705 You can build a 64-bit executable (with larger maximum buffer size)
706 on Irix 6.5 by specifying the 64-bit ABI using the `-64' compiler
707 flag or otherwise (see cc(1)). This may work on earlier Irix 6
708 systems if you edit src/s/irix6-0.h following irix6-5.h.
709
705 The 19.26 pretest was reported to work on IRIX 4.0.5 and 5.2. 710 The 19.26 pretest was reported to work on IRIX 4.0.5 and 5.2.
706 19.23 was reported to work on IRIX 5.2, but you may need to install 711 19.23 was reported to work on IRIX 5.2, but you may need to install
707 the "compiler_dev.hdr.internal" subsystem in order to compile unexelfsgi.c. 712 the "compiler_dev.hdr.internal" subsystem in order to compile unexelfsgi.c.
708 19.22 was known to work on all Silicon Graphics machines running 713 19.22 was known to work on all Silicon Graphics machines running
709 IRIX 4.0.5 or IRIX 5.1. 714 IRIX 4.0.5 or IRIX 5.1.
963 968
964 Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos, 969 Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos,
965 sparc-sun-sunos4.1.3noshr, sparc-sun-solaris2.*, 970 sparc-sun-sunos4.1.3noshr, sparc-sun-solaris2.*,
966 i386-sun-solaris2.*, sparc*-*-linux-gnu) 971 i386-sun-solaris2.*, sparc*-*-linux-gnu)
967 972
968 To build a 64-bit Emacs (including large file support) on a Solaris 973 To build a 64-bit Emacs (with larger maximum buffer size and
969 system which supports 64-bit executables, use the Sun compiler, 974 including large file support) on a Solaris system which supports
970 configuring something like this (see the cc documentation for 975 64-bit executables, use the Sun compiler, configuring something like
971 information on 64-bit compilation): 976 this (see the cc documentation for information on 64-bit
972 env CC="cc -xarch=v9" ./configure --without-gcc 977 compilation): env CC="cc -xarch=v9" ./configure --without-gcc
973 978
974 As of version 2.95, GCC doesn't support the 64-bit ABI properly, but 979 As of version 2.95, GCC doesn't support the 64-bit ABI properly, but
975 later releases may. 980 later releases may.
976 981
977 Emacs 20.5 and later work on SPARC GNU/Linux with the 32-bit ABI. 982 Emacs 20.5 and later work on SPARC GNU/Linux with the 32-bit ABI.