aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-05-18 07:42:47 +0000
committerGlenn Morris2007-05-18 07:42:47 +0000
commitb436349cc664681f1183e4e93183bf00eba59d67 (patch)
treeda2f057848280fd9ee37050ba7c196902e1794aa
parent883af2ddd19f77c41c1f7905579bcd417e428e75 (diff)
downloademacs-b436349cc664681f1183e4e93183bf00eba59d67.tar.gz
emacs-b436349cc664681f1183e4e93183bf00eba59d67.zip
Tweak previous change.
-rw-r--r--etc/PROBLEMS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 1f1ff5208eb..efa2bbd2227 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2775,11 +2775,11 @@ should now succeed.
2775*** OpenBSD 4.0 macppc: Segfault during dumping. 2775*** OpenBSD 4.0 macppc: Segfault during dumping.
2776 2776
2777The build aborts with signal 11 when the command `./temacs --batch 2777The build aborts with signal 11 when the command `./temacs --batch
2778--load loadup bootstrap' tries to load files.el. This seems to be a 2778--load loadup bootstrap' tries to load files.el. A workaround seems
2779GCC problem specific to the macppc architecture, possibly only
2780occurring with older versions of GCC (e.g. 3.3.5). A workaround seems
2781to be to reduce the level of compiler optimization used during the 2779to be to reduce the level of compiler optimization used during the
2782build (from -O2 to -O1). 2780build (from -O2 to -O1). It is possible this is an OpenBSD
2781GCC problem specific to the macppc architecture, possibly only
2782occurring with older versions of GCC (e.g. 3.3.5).
2783 2783
2784** Installation 2784** Installation
2785 2785