| Anonymous | Login | Signup for a new account | 11-10-2008 10:53 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000542 | [buildroot] Architecture Specific | major | always | 11-12-05 14:42 | 02-12-07 05:47 | ||||
| Reporter | jzb | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000542: Non-existent symlink destination for asm in linux-kernel-headers for ARCH i{4,5,6}86 | ||||||||
| Description | Kernel headers do not differentiate between i386, i486, i586, and i686 asm-* include directory. Only asm-i386 exists, and not asm-i486, etc. ./toolchain/kernel-headers/kernel-headers.mk uses $(ARCH) in generating asm symlink in the kernel include directory. $(ARCH) can be any of i386, i486, etc. This only works if $(ARCH) = i386. Attached patch fixes this by creating treating all i386, i486, etc. $(ARCH) values as i386 for the purpose of creating the symlink. Please review and if satisfactory, promote to project. | ||||||||
| Additional Information | fixed as of revision 13572. | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2006 Mantis Group |