This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: "Timothy J. Wood" <tjw at omnigroup dot com>
- Cc: gcc at gcc dot gnu dot org, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Sun, 18 Jan 2004 08:07:48 -0800
- Subject: Re: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0
- References: <4D4D1AE6-4970-11D8-8B22-0003933F3BC2@omnigroup.com>
On Jan 17, 2004, at 20:39, Timothy J. Wood wrote:
../gcc/configure --prefix="$PREFIX" --enable-altivec
--enable-languages="c,c++,objc"
--enable-altivec is really only for ppc linux to enable the altivec ABI
by default which is
done for PPC Darwin by default already.
If you remove that you should be able to bootstrap just fine, note that
the syntax for
altivec differs for FSF than what the original version of MOT's PEM.
Thanks,
Andrew Pinski