summaryrefslogtreecommitdiff
path: root/docs/B - Known issues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/B - Known issues.txt')
-rw-r--r--docs/B - Known issues.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt
index c7ae903..11c3c28 100644
--- a/docs/B - Known issues.txt
+++ b/docs/B - Known issues.txt
@@ -193,3 +193,21 @@ Workaround:
Try setting "Force unwind support" in the "C-library" menu.
--------------------------------
+Symptoms:
+ glibc start files and headers fail with: [/usr/include/limits.h] Error 1
+
+Explanations:
+ The glibc Makefiles break with make-3.82.
+
+Status:
+ CURRENT
+
+Fix:
+ None so far. It would require some glibc hacking.
+
+Workaround:
+ There two possible workarounds:
+ 1- ask crosstool-NG to build make-3.81 just for this build session;
+ 2- manually install make-3.81 to take precedence over the system make.
+
+--------------------------------