diff -r fbc2b9d638ec -r 986e1c75432a docs/B - Known issues.txt --- a/docs/B - Known issues.txt Wed Jul 20 23:52:39 2011 +0200 +++ b/docs/B - Known issues.txt Fri Nov 18 15:29:18 2011 +0800 @@ -197,17 +197,39 @@ glibc start files and headers fail with: [/usr/include/limits.h] Error 1 Explanations: - The glibc Makefiles break with make-3.82. + Old glibc (and eglibc) Makefiles break with make-3.82. Status: CURRENT Fix: - None so far. It would require some glibc hacking. + None so far. It would require some glibc/eglibc hacking. Workaround: There two possible workarounds: - 1- ask crosstool-NG to build make-3.81 just for this build session; + 1- ask crosstool-NG to build make-3.81 just for this build session: + Select the following options: + Paths and misc options ---> + [*] Try features marked as EXPERIMENTAL + Companion tools ---> + [*] Build some companion tools + [*] make 2- manually install make-3.81 to take precedence over the system make. -------------------------------- +Symptoms: + The build fails with "mixed implicit and normal rules. Stop." + +Explanations: + Old glibc (and eglibc) Makefiles break with make-3.82. + +Status: + CURRENT + +Fix: + None so far. See above issue. + +Workaround: + See above issue. + +--------------------------------