[Bug bootstrap/26814] Bootstrapping with a non default ABI (-m64 on ppc-darwin or on ppc-linux with a compiler defaulting to 32 and now defaulting to 64)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 29 02:43:00 GMT 2008
------- Comment #20 from pinskia at gcc dot gnu dot org 2008-12-29 02:42 -------
>/Users/lucier/programs/gcc/objdirs/mainline/./gcc/as: line 76: exec: : not
found
That means as was not found in the first place.
>--target=powerpc-apple-darwin9.6.0
Since build == host != target, you are building a cross compiler and not a
native compiler so this will never work correctly the way you are building.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26814
More information about the Gcc-bugs
mailing list