diff options
| author | Eli Zaretskii | 2002-04-15 18:44:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-15 18:44:53 +0000 |
| commit | 538af1cd6706acf50f6dfe81b096f39c8c3b690d (patch) | |
| tree | ddbbe70137452b934e3704b3bf5912396481767e | |
| parent | aef1692217530e39fb3497a756d9fe809a3fef7f (diff) | |
| download | emacs-538af1cd6706acf50f6dfe81b096f39c8c3b690d.tar.gz emacs-538af1cd6706acf50f6dfe81b096f39c8c3b690d.zip | |
Document problems with DEC C 5.9.x on Digital Unix 4.0f.
| -rw-r--r-- | etc/MACHINES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index d2a6f40b75c..87bbaa6e8ea 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -75,6 +75,11 @@ Alpha (DEC) running OSF/1 or GNU/Linux (alpha-dec-osf1, alpha-dec-linux-gnu) | |||
| 75 | 75 | ||
| 76 | configure --x-includes=/usr/include --x-libraries=/usr/shlib | 76 | configure --x-includes=/usr/include --x-libraries=/usr/shlib |
| 77 | 77 | ||
| 78 | DEC C compiler version 5.9 (DEC C V5.9-005 on Digital UNIX V4.0f) | ||
| 79 | is reported to produce bogus binaries of Emacs 21.2 when the | ||
| 80 | command-line switches "-O4 -arch ev6 -tune ev6" are used. Using | ||
| 81 | just -O4 produces a good executable. | ||
| 82 | |||
| 78 | For 4.0 revision 564, and 4.0A and 4.0B, Emacs 20 seems to work | 83 | For 4.0 revision 564, and 4.0A and 4.0B, Emacs 20 seems to work |
| 79 | with no special configuration options. However, if you use GCC as | 84 | with no special configuration options. However, if you use GCC as |
| 80 | your compiler, you will need version 2.8.1 or later, as older | 85 | your compiler, you will need version 2.8.1 or later, as older |