summaryrefslogtreecommitdiff
path: root/docs/known-issues.txt
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-02 20:10:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-02 20:10:38 (GMT)
commit443f51a2dcaec99457e5797758c65e5c6c1d3664 (patch)
treebc547f4d8d24309bea92d91efd7ee42cffe4e427 /docs/known-issues.txt
parent7280facf183f25e49446588da64b4a0b8cf13ca6 (diff)
libc/glibc: fix building for seemingly native toolchains
Build glibc with -O2 as a fix/workaround to building seemingly-native toolchains. See: - docs/overview.txt - docs/known-issues.txt - http://sourceware.org/ml/crossgcc/2009-09/msg00055.html
Diffstat (limited to 'docs/known-issues.txt')
-rw-r--r--docs/known-issues.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt
index 3c7eaab..757939f 100644
--- a/docs/known-issues.txt
+++ b/docs/known-issues.txt
@@ -51,8 +51,10 @@ Fix:
None known.
Workaround:
- If this happens for you, stick with glibc-2.6.1 for now.
- Or investigate! :-)
+ It seems that using -O2 in the CFLAGS fixes the problem. It has been
+ confirmed in the following threads:
+ http://sourceware.org/ml/crossgcc/2009-09/msg00055.html (for glibc)
+ http://sourceware.org/ml/crossgcc/2009-10/msg00001.html (for eglibc)
--------------------------------
Symptoms: