[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
Tue Jan 24 20:20:52 UTC 2006


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             11-12-2005 14:42 PST
Last Modified:              01-24-2006 12:20 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 
                  
11-12-05 15:12  jzb            Issue Monitored: jzb                         
01-24-06 12:20  prpplague      Status                   assigned => resolved
01-24-06 12:20  prpplague      Resolution               open => fixed       
01-24-06 12:20  prpplague      Additional Information Updated                   

======================================================================




More information about the uClibc-cvs mailing list