diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-30 16:58:23 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-04-30 16:58:23 +0000 |
commit | 3d96f4fb51552838b7faadbb9ae2a7cf18e9ff77 (patch) | |
tree | 57e0ff593d9f40b6d9bed391b6cee57a899b581a | |
parent | 886c3e7c8bba9833d052f6d88aa4b7fd929845c1 (diff) | |
download | crosstool-ng-3d96f4fb51552838b7faadbb9ae2a7cf18e9ff77.tar.gz crosstool-ng-3d96f4fb51552838b7faadbb9ae2a7cf18e9ff77.tar.bz2 crosstool-ng-3d96f4fb51552838b7faadbb9ae2a7cf18e9ff77.zip |
Add a file documenting known issues.
/trunk/docs/known-issues.txt | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
-rw-r--r-- | docs/known-issues.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt new file mode 100644 index 00000000..54d9de3b --- /dev/null +++ b/docs/known-issues.txt @@ -0,0 +1,5 @@ +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.1 will not build against headers +exported from linux-2.6.25 and up. Status of glibc 2.7 and above is unknown. |