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
I'll go ahead and grab this one .. as I've validated it...
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
Yes going to remove the commented out bits ... no need for them on ppc, ppc64