------- Comment #5 from monaka at monami-software dot com  2010-01-19 02:42 
-------
(In reply to comment #3)
> driver-i386.c should not be included if you are compiling for a PPC host/build
> really.  So it is a problem of you misconfiguring GCC really and nothing else.

I see what you want to say, but.
The another viewpoint:
In i386-driver.c, there is decided by "#ifdef __GNUC__" which
host_detect_local_cpu (dummy or not) is used 
In i386.h, there is decided by "#if defined(__i386__) || defined(__x86_64__) if
it defines EXTRA_SPEC_FUNCTIONS .
They are inconsistent, right?

P.S.
Thanks for your information about lipo. I know about it and I've already
released binary distributions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42785

Reply via email to