This is the mail archive of the gcc-bugs@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]

[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)



------- 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


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