mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Describe support for Intel-based Macintosh
This commit is contained in:
parent
23fd448315
commit
47600d8e97
@ -1,3 +1,9 @@
|
||||
2005-06-08 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* INSTALL: Explain that a universal binary cannot be created and
|
||||
builds for on emachine cannot be targeted to the other.
|
||||
* README: Add Universal Binary to the Todo List.
|
||||
|
||||
2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* makefile.MPW (buildobj.lst): New target.
|
||||
|
10
mac/INSTALL
10
mac/INSTALL
@ -230,7 +230,11 @@ system sofware updates possibly overwriting the distribution. If this
|
||||
is a concern, as it should be in normal binary distributions, please
|
||||
use /usr/local as the prefix for installation.
|
||||
|
||||
Enjoy!
|
||||
Emacs supports both PowerPC and Intel-based Macintoshes. However,
|
||||
due to the unexec process that Emacs uses to dump core, it is not
|
||||
possible at this time to generate a universal binary that supports both
|
||||
architectures. In addition, Rosetta doesn't appear to work correctly
|
||||
with PowerPC builds of Emacs; you will have to recompile for Intel.
|
||||
Therefore, builds of Emacs are architecture specific.
|
||||
|
||||
Andrew.
|
||||
<akochoi@mac.com>
|
||||
Enjoy!
|
||||
|
@ -53,6 +53,9 @@ A number of things do not work yet:
|
||||
+ Support for certain image types (such as XPM) is not as extensive as
|
||||
on other plaforms.
|
||||
|
||||
+ Incorporate Apple's wrappers to be able to create a universal
|
||||
binary that unexecs on first run for the given architecture.
|
||||
|
||||
If your Mac is connected to the Internet, report bugs by typing `M-x
|
||||
report-emacs-bug' or by choosing the entry `Send Bug Report...' in
|
||||
the `Help' menu. This will send the bug report to the address
|
||||
|
Loading…
Reference in New Issue
Block a user