Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49111 - fix gcc-3.4.0 for ppc64
Summary: fix gcc-3.4.0 for ppc64
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: PPC64 All
: High normal (vote)
Assignee: Tom Gall (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 20:12 UTC by Tom Gall (RETIRED)
Modified: 2004-07-13 20:21 UTC (History)
1 user (show)

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