diff options
author | Glenn Morris <rgm@gnu.org> | 2007-05-17 08:02:52 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-05-17 08:02:52 +0000 |
commit | a1e777060347aaec4354f63dd2ac2dd9b0592864 (patch) | |
tree | c8d2508846ebb7e6540fb144c0db5653392580ec /etc | |
parent | 1bae5090af2a6a3b43f9881e2f47af286d50c81f (diff) | |
download | emacs-a1e777060347aaec4354f63dd2ac2dd9b0592864.tar.gz |
Add info on compiler version to previous change.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 32edf8ea2ad..1f1ff5208eb 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2777,9 +2777,9 @@ should now succeed. The build aborts with signal 11 when the command `./temacs --batch --load loadup bootstrap' tries to load files.el. This seems to be a GCC problem specific to the macppc architecture, possibly only -occurring with some versions of GCC. A workaround seems to be to -reduce the level of compiler optimization used during the build (from --O2 to -O1). +occurring with older versions of GCC (e.g. 3.3.5). A workaround seems +to be to reduce the level of compiler optimization used during the +build (from -O2 to -O1). ** Installation |