This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: .machine for Darwin, new cctools required
Kelley Cook wrote:
Stan Shebs wrote:
/var/tmp//ccFiCTZQ.s:1:Unknown pseudo-op: .machine
/var/tmp//ccFiCTZQ.s:1:Rest of line ignored. 1st junk character
valued 112 (p).
make[1]: *** [crt2.o] Error 1
make: *** [all-gcc] Error 2
So yes, need to update doc/install.texi at least.
Or this patch should do the trick:
tested powerpc-apple-darwin7.5
OK to install?
Yes, thanks! The error could be made a little more helpful by adding
", such as cctools-528 or later" (so phrased in case the already
submitted Mach-O support for gas goes in, and resulting in a chance
that a non-cctools assembler might be installed).
Stan