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
0001474 [buildroot] Architecture Specific block always 08-27-07 02:04 09-07-07 11:55
Reporter myopiate View Status public  
Assigned To buildroot
Priority normal Resolution no change required  
Status closed   Product Version
Summary 0001474: toolchain build, arch x86_64 , variant core2 does not build
Description Problem:
Configuration for the x86_64 architecture with core2 variant stops on build.

Cause:
gcc-4.2.1 does not accept --with-tune=core2. Toolchain build dies.

Workaround:
Attached patch works around the problem by using --with-tune=generic.
Additional Information checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
Unknown CPU given in --with-tune=core2.
make[1]: *** [configure-gcc] Error 1
make[1]: Leaving directory `/br/br2/buildroot/toolchain_build_x86_64/gcc-4.2.1-initial'
make: *** [/br/br2/buildroot/toolchain_build_x86_64/gcc-4.2.1-initial/.compiled] Error 2
Attached Files  core2-generic.patch [^] (1,110 bytes) 08-27-07 02:04

- Relationships

- Notes
(0002731)
bernhardf
09-07-07 11:55

See ML archives for the correct solution (default core2 if !GCC_VERSION_THIS && !GCC_VERSION_THAT; gcc-4.3 does support -mtune=core2 just fine, so the proposed solution is not correct).
 

- Issue History
Date Modified Username Field Change
08-27-07 02:04 myopiate New Issue
08-27-07 02:04 myopiate Status new => assigned
08-27-07 02:04 myopiate Assigned To  => buildroot
08-27-07 02:04 myopiate File Added: core2-generic.patch
09-07-07 11:55 bernhardf Status assigned => closed
09-07-07 11:55 bernhardf Note Added: 0002731
09-07-07 11:55 bernhardf Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker