Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103106 - crossdev-0.9.9 decided to make s390-unknown-linux-gnu default compiler
Summary: crossdev-0.9.9 decided to make s390-unknown-linux-gnu default compiler
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 22:35 UTC by Alexey Dobriyan
Modified: 2005-10-08 09:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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