diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-15 23:44:05 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-15 23:44:05 +0000 |
commit | 64d8c7fb28790b1ba2783c9b64f2c4dd348ce654 (patch) | |
tree | b7920ccb34d878c5f6e5e04a7e0eb3894022e145 /etc | |
parent | d074788d47b9abb09a91258b21eac688ca59a878 (diff) | |
download | emacs-64d8c7fb28790b1ba2783c9b64f2c4dd348ce654.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MACHINES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 40c3b7c5c4b..858aea9eab5 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -271,6 +271,10 @@ DECstation (-machine=pmax; -opsystem=bsd4-3 or -opsystem=osf1) Note that this is a MIPS machine. -opsystem=bsd4-3 is said to work ok with Ultrix 4.1. + For Ultrix versions 4.1 or earlier, you may need to define + SYSTEM_MALLOC in src/m/pmax.h, because XvmsAlloc.o in libX11.a seems + to insist on defining malloc itself. + For Ultrix versions prior to 4.0, you may need to delete the definition of START_FILES from src/m/pmax.h. |