mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-03 11:34:09 +00:00
e30048ee15
/trunk/docs/known-issues.txt | 13 0 13 0 ------------- 1 file changed, 13 deletions(-)
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
Glibc does not build: asm/page.h not found
|
|
|
|
As of linux-2.6.25, asm/page.h is no longer exported.
|
|
This means the glibc up to and including 2.6 will not build against headers
|
|
exported from linux-2.6.25 and up. Starting with glibc-2.6.1, patches are
|
|
available that solves the issue. Switch to at least 2.6.1 if you can, or try
|
|
to backport the fix (should be quite easy).
|