Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | 1f50e6fe4f3f |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
28 | 28 |
29 * Problems with building XEmacs | 29 * Problems with building XEmacs |
30 =============================== | 30 =============================== |
31 | 31 |
32 ** General | 32 ** General |
33 *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures | |
34 without also using `-fno-schedule-insns'. | |
35 | |
36 gcc will generate incorrect code otherwise, typically resulting in | |
37 crashes in the function skip-syntax-backward. | |
38 | |
33 *** egcs-1.1 | 39 *** egcs-1.1 |
34 | 40 |
35 There have been reports of egcs-1.1 not compiling XEmacs correctly on | 41 There have been reports of egcs-1.1 not compiling XEmacs correctly on |
36 Alpha Linux. There have also been reports that egcs-1.0.3a is O.K. | 42 Alpha Linux. There have also been reports that egcs-1.0.3a is O.K. |
37 | 43 |