Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103106

Summary: crossdev-0.9.9 decided to make s390-unknown-linux-gnu default compiler
Product: Gentoo Linux Reporter: Alexey Dobriyan <adobriyan>
Component: Current packagesAssignee: SpanKY <vapier>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexey Dobriyan 2005-08-19 22:35:23 UTC
After update from -0.9.8 I was going to get YA cross-compiler to play with
Linux kernel. OK,

        # crossdev -s1 -v --target s390-unknown-linux-gnu

After it finished, the only suspicious detail was that libstdc++-v3 was built
too despite "-s1".

Back to kernel:

        $ make allmodconfig
                [complains about system headers] wt ?

gcc --version => 3.4.1-r3 (the version of s390-unknown-linux-gnu just built)

gcc-config returned everything to proper places.

crossdev-0.9.8 built alpha, x86_64, arm, powerpc64, powerpc, sparc64, hppa,
mips, sparc without side-effects. All these farm was built with gcc-3.4.4.

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-08-20 12:05:50 UTC
hmm not sure ive ever tested 3.4.1 ... just 3.4.4
Comment 2 SpanKY gentoo-dev 2005-08-20 20:46:27 UTC
yeah, gcc-3.4.1-r3 does not support cross-compiling at all ... cant say i'm too
interested in fixing it either :p
Comment 3 Alexey Dobriyan 2005-08-21 02:47:50 UTC
Any chance crossdev will select 3.4.4? BTW, --g 3.4.4 worked.
Comment 4 SpanKY gentoo-dev 2005-10-08 09:57:20 UTC
gcc-3.4.4-r1 has ~s390 KEYWORDS now