------- Comment #1 from pinskia at gcc dot gnu dot org 2010-06-03 05:56 -------
>gcc/ld is trying to link as i386
Well the option -arch x86_64 does not exist for the FSF GCC; it is -m64. I
think the issue is that your makefile is built for Apple's GCC and not for the
generic GCC. Can you change the makefile to use -m64 instead?
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Component|c |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44396