This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0


On Jan 17, 2004, at 8:39 PM, Timothy J. Wood wrote:
../gcc/configure --prefix="$PREFIX" --enable-altivec --enable-languages="c,c++,objc"
make


/Users/bungi/Source/GNU/gcc/gcc-3.4/build/gcc/xgcc ... libgcc/./unwind-dw2.o
/var/tmp//ccec9Kuq.s:4837:stvx vector instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option)


Am I supposed to do something to get '-force_cpusubtype_ALL' (or maybe -faltivec) passed to xgcc when bootstrapping, or is this an actual bug?

It seems desirable to me to be able to enable the compiler to generate Altivec code without
actually doing so in the bootstrap. This bootstrapped compiler would not run on a G3.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]