* Andreas Jochens <[EMAIL PROTECTED]> [2006-04-19 11:49]: > CXXFLAGS+=-O3 -DNDEBUG -mpowerpc-gfxopt > -ifeq ($(POWERPCG4),true) > -CXXFLAGS+=-mcpu=7450 -maltivec -mabi=altivec > -else > -CXXFLAGS+=-mcpu=750 > -endif > +#ifeq ($(POWERPCG4),true) > +#CXXFLAGS+=-mcpu=7450 -maltivec -mabi=altivec > +#else > +#CXXFLAGS+=-mcpu=750 > +#endif
Is it a good idea to change the behaviour on 32 bit powerpc? Why is POWERPCG4 true on powerpc64? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

