Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build
@ 2007-08-27  9:04 bugs at busybox.net
  0 siblings, 0 replies; 4+ messages in thread
From: bugs at busybox.net @ 2007-08-27  9:04 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1474 
====================================================================== 
Reported By:                myopiate
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1474
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-27-2007 02:04 PDT
Last Modified:              08-27-2007 02:04 PDT
====================================================================== 
Summary:                    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.
====================================================================== 

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                  
 
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build
@ 2007-09-07 18:55 bugs at busybox.net
  2007-09-12 11:40 ` Roderick Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: bugs at busybox.net @ 2007-09-07 18:55 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1474 
====================================================================== 
Reported By:                myopiate
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1474
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             08-27-2007 02:04 PDT
Last Modified:              09-07-2007 11:55 PDT
====================================================================== 
Summary:                    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.
====================================================================== 

---------------------------------------------------------------------- 
 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                          
======================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build
  2007-09-07 18:55 [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build bugs at busybox.net
@ 2007-09-12 11:40 ` Roderick Taylor
  2007-09-21  9:39   ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Roderick Taylor @ 2007-09-12 11:40 UTC (permalink / raw)
  To: buildroot

On 08/09/2007, bugs at busybox.net <bugs@busybox.net> wrote:
> ----------------------------------------------------------------------
>  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).
>

Is this patch close to what you had in mind?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: core2-generic.patch
Type: text/x-patch
Size: 1356 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070912/c35e79d6/attachment-0001.bin 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build
  2007-09-12 11:40 ` Roderick Taylor
@ 2007-09-21  9:39   ` Bernhard Fischer
  0 siblings, 0 replies; 4+ messages in thread
From: Bernhard Fischer @ 2007-09-21  9:39 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 12, 2007 at 09:40:54PM +1000, Roderick Taylor wrote:
>On 08/09/2007, bugs at busybox.net <bugs@busybox.net> wrote:
>> ----------------------------------------------------------------------
>>  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).
>>
>
>Is this patch close to what you had in mind?

Well, I'm more inclined to special-case the broken compilers and not the
working ones, given that all the new versions will support this from now
on, as opposed to the old ones.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-21  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-07 18:55 [Buildroot] [buildroot 0001474]: toolchain build, arch x86_64 , variant core2 does not build bugs at busybox.net
2007-09-12 11:40 ` Roderick Taylor
2007-09-21  9:39   ` Bernhard Fischer
  -- strict thread matches above, loose matches on Subject: below --
2007-08-27  9:04 bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox