diff options
author | Glenn Morris <rgm@gnu.org> | 2007-01-13 02:25:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-01-13 02:25:58 +0000 |
commit | 1b4dc169a36059e06bffa14493c8b34a6e119e4d (patch) | |
tree | 1ac7484c9562c9e66b9d053dc16cf524a8757ef7 /etc/MACHINES | |
parent | 7428f026c21bf456787a548432c3fa098df61a0e (diff) | |
download | emacs-1b4dc169a36059e06bffa14493c8b34a6e119e4d.tar.gz |
Add information on compiling 32-bit Emacs on 64-bit GNU/Linux.
Update copyright for years post-Emacs 21 to present.
Diffstat (limited to 'etc/MACHINES')
-rw-r--r-- | etc/MACHINES | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 9d7e81ebb97..5821c2f4015 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -1,7 +1,7 @@ Emacs machines list -Copyright (c) 1989, 1990, 1992, 1993, 1998, 2001, 2003, 2006 -Free software Foundation, Inc. +Copyright (c) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004, + 2005, 2006, 2007 Free Software Foundation, Inc. See the end of the file for copying permissions. This is a list of the status of GNU Emacs on various machines and systems. @@ -1458,6 +1458,17 @@ Windows NT/95/98/ME/2000 For installation on all versions of the MS-Windows platform, see the file nt/INSTALL. +X86_64 GNU/Linux + + No special procedures should be needed to build a 64-bit Emacs. To + build a 32-bit Emacs, first ensure that the necessary 32-bit system + libraries and include files are installed. Then use: + + env CC="gcc -m32" ./configure --build=i386-linux-gnu \ + --x-libraries=/usr/X11R6/lib + + (using the location of the 32-bit X libraries on your system). + Xenix (xenix) Should work in 18.50, but you will need to edit the files |