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 | 864932663512c01e994a100eca4951359725824d (patch) | |
tree | c991189b97ae47c52c362cf83e6e3a20e83333e1 /etc | |
parent | 610ae4838e8a4c54e3b420eafeabdd6e8c86c1e4 (diff) | |
download | emacs-864932663512c01e994a100eca4951359725824d.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-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 |