diff options
author | Jim Blandy <jimb@redhat.com> | 1992-10-02 02:26:36 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-10-02 02:26:36 +0000 |
commit | ca21f8b160f44131b959fde3628b655e29deffad (patch) | |
tree | 41f88d95b6ca2a032b176b3f9c291fe76503a69e /etc/MACHINES | |
parent | 4da3b18972c4105ca92e1d008bcea20d5d960051 (diff) | |
download | emacs-ca21f8b160f44131b959fde3628b655e29deffad.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc/MACHINES')
-rw-r--r-- | etc/MACHINES | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 3d04d790916..e0a2b1486e2 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -421,11 +421,8 @@ IBM RS/6000 (-machine=ibmrs6000; -opsystem=aix3-1) Changes merged in version 19. - Dumping does not work. Code has been written to implement it, but - it fails because the address of bss seems to vary occasionally - between Emacs runs. It does not seem to vary from minute to minute, - but every few days or weeks it changes to a new steady state. - When this happens, the dumped Emacs data file becomes invalid. + Compiling with -O using the IBM compiler has been known + to make Emacs work incorrectly. IBM RT/PC (-machine=ibmrt or -machine=ibmrt-aix; -opsystem=bsd4-2 or -opsystem=usg5-2-2) @@ -643,6 +640,9 @@ Prime EXL (-machine=intel386; -opsystem=usg5-3) Pyramid (-machine=pyramid; -opsystem=bsd4-2) + You need to build Emacs in the Berkeley universe with + the `ucb' command, as in `ucb make' or `ucb build-install'. + In OSx 4.0, it seems necessary to add the following two lines to src/m/pyramid.h: #define _longjmp longjmp |