summaryrefslogtreecommitdiff
path: root/FAQ.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-29 23:18:16 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-29 23:18:16 +0000
commitf304af81b635347b9b26f9bfdda70705f5a13313 (patch)
tree6e13c430ef3cfed01d041233d5b849aa24afcfca /FAQ.in
parent999b2f6bd7c194dff96e323fffbbe59564bfc1ee (diff)
Update.
1998-09-27 Geoff Keating <geoffk@ozemail.com.au> * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use correct struct ipc_perm definition.
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/FAQ.in b/FAQ.in
index 36228ea765..197d5a6fba 100644
--- a/FAQ.in
+++ b/FAQ.in
@@ -96,17 +96,16 @@ to them.
??powerpc Which compiler should I use for powerpc?
-{GK} You want to use egcs 1.0.1 or later (together with the right versions
+{GK} You want to use egcs 1.1 or later (together with the right versions
of all the other tools, of course).
-In fact, egcs 1.0.1 has a serious bug that prevents a clean make, relating
-to switch statement folding. It also causes the resulting shared libraries
-to use more memory than they should. There is a patch at:
+In fact, egcs 1.1 has a bug that causes linuxthreads to be
+miscompiled, resulting in segmentation faults when using condition
+variables. There is a temporary patch at:
-<http://discus.anu.edu.au/~geoffk/egcs-1.0.1-geoffk.diff>
-
-Later versions of egcs may fix these problems.
+<http://discus.anu.edu.au/~geoffk/egcs-3.diff>
+Later versions of egcs may fix this problem.
?? Do I need some more things to compile GNU C Library?