docs/B - Known issues.txt
changeset 2565 fbc2b9d638ec
parent 2564 5d4e91c0343e
child 2674 8a612563c04c
     1.1 --- a/docs/B - Known issues.txt	Sun Jul 17 16:53:40 2011 +0200
     1.2 +++ b/docs/B - Known issues.txt	Wed Jul 20 23:52:39 2011 +0200
     1.3 @@ -193,3 +193,21 @@
     1.4    Try setting "Force unwind support" in the "C-library" menu.
     1.5  
     1.6  --------------------------------
     1.7 +Symptoms:
     1.8 +  glibc start files and headers fail with: [/usr/include/limits.h] Error 1
     1.9 +
    1.10 +Explanations:
    1.11 +  The glibc Makefiles break with make-3.82.
    1.12 +
    1.13 +Status:
    1.14 +  CURRENT
    1.15 +
    1.16 +Fix:
    1.17 +  None so far. It would require some glibc hacking.
    1.18 +
    1.19 +Workaround:
    1.20 +  There two possible workarounds:
    1.21 +  1- ask crosstool-NG to build make-3.81 just for this build session;
    1.22 +  2- manually install make-3.81 to take precedence over the system make.
    1.23 +
    1.24 +--------------------------------