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

Bug 49111

Summary: fix gcc-3.4.0 for ppc64
Product: Gentoo Linux Reporter: Tom Gall (RETIRED) <tgall>
Component: [OLD] GCC PortingAssignee: Tom Gall (RETIRED) <tgall>
Status: VERIFIED FIXED    
Severity: normal CC: lv
Priority: High    
Version: 2004.1   
Hardware: PPC64   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tom Gall (RETIRED) gentoo-dev 2004-04-26 20:12:10 UTC
The following is failing for various reasons on ppc64 and I suspect it would do the same for ppc:

        use amd64 && myconf="${myconf} --with-cpu=k8 --with-arch=k8"
        use ppc64 && myconf="${myconf} --with-arch=powerpc64"
        use s390 && myconf="${myconf} --with-cpu=z990 --with-arch=g5"
        use x86 && myconf="${myconf} --with-cpu=pentium4 --with-arch=i586"
        use mips && myconf="${myconf} --with-cpu=r4600 --with-arch=mips3"
        use ppc && myconf="${myconf} --with-cpu=g4 --with-arch=g3"

I am going to rip out the ppc and ppc64 bits
Comment 1 Tom Gall (RETIRED) gentoo-dev 2004-04-26 20:13:13 UTC
I'll go ahead and grab this one .. as I've validated it...
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-04-26 20:17:47 UTC
lol. already fixed... i was talking with dr_who about it. i've ripped that out already, and if there is a new default he added it
Comment 3 Tom Gall (RETIRED) gentoo-dev 2004-04-26 20:25:26 UTC
Yes going to remove the commented out bits ... no need for them on ppc, ppc64