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

Re: Fix ix86->anything else crosses


On Tue, Dec 05, 2006 at 04:48:16PM +0100, Bernd Schmidt wrote:
> A while ago geoffk made a change that causes driver-i386.c to be
> compiled in whenever the host is ix86-anything; a few days ago HJ
> changed it to start using enum processor type.  This caused compilation
> failures when trying to build (for example) i686-linux-x-bfin-elf
> crosses, where naturally things like PROCESSOR_PENTIUM are undefined.
> 
> Fixed with this patch, bootstrapped & regression tested on i686-linux,
> and comitted as 119543.
> 

It is

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

4.2 has the same problem.


H.J.


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