BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001525 [buildroot] Architecture Specific minor always 10-12-07 08:58 10-12-07 08:58
Reporter Leon Bailly View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0001525: BR2_ARCH not set for Pentium3 resulting in failure to create directories
Description Buildroot fails to create architecture specific directories caused by BR2_ARCH not set by make menuconfig.

I am using the following patch to correct this:

*** Config.in.arch.org 2007-10-12 12:16:04.000000000 +0200
--- Config.in.arch 2007-10-12 14:43:59.000000000 +0200
***************
*** 475,480 ****
--- 475,485 ----
        default "i486" if BR2_x86_i486
        default "i586" if BR2_x86_i586
        default "i686" if BR2_x86_i686
+ default "i686" if BR2_x86_pentium_mmx
+ default "i686" if BR2_x86_pentiumpro
+ default "i686" if BR2_x86_pentium_m
+ default "i686" if BR2_x86_pentium2
+ default "i686" if BR2_x86_pentium3
        default "i686" if BR2_x86_pentium4
        default "i686" if BR2_x86_nocona
        default "i686" if BR2_x86_core2
***************
*** 507,513 ****
        string
        default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
                            BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
! BR2_sh64
        default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
                            BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
                            BR2_sh3eb || BR2_sh4eb || BR2_sparc || BR2_sparc64
--- 512,518 ----
        string
        default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
                            BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
! BR2_sh64 || BR2_i686
        default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
                            BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
                            BR2_sh3eb || BR2_sh4eb || BR2_sparc || BR2_sparc64
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-12-07 08:58 Leon Bailly New Issue
10-12-07 08:58 Leon Bailly Status new => assigned
10-12-07 08:58 Leon Bailly Assigned To  => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker