[buildroot 0000542]: Non-existent symlink destination for asm in linux-kernel-headers for ARCH i{4, 5, 6}86

bugs at busybox.net bugs at busybox.net
Sat Nov 12 22:42:08 UTC 2005


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=542 
====================================================================== 
Reported By:                jzb
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   542
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-12-2005 14:42 PST
Last Modified:              11-12-2005 14:42 PST
====================================================================== 
Summary:                    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.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-12-05 14:42  jzb            New Issue                                    
11-12-05 14:42  jzb            Status                   new => assigned     
11-12-05 14:42  jzb            Assigned To               => uClibc          
11-12-05 14:42  jzb            File Added: kernel-headers.mk.i386-symlink.patch 
                  
======================================================================




More information about the uClibc-cvs mailing list