Re: [PATCH] Fix PR55961, do not include gmp.h for building host tools
On Tue, Jan 15, 2013 at 5:16 AM, Richard Biener wrote: > 2013-01-15 Richard Biener > > PR bootstrap/55961 > * system.h: Do not include gmp.h for building host tools. Looks OK to me. Ian
[PATCH] Fix PR55961, do not include gmp.h for building host tools
This makes sure to not include gmp.h for building generator programs on the host (and thus require gmp.h on the host). Configury might need updating for the use of GENERATOR_FILE from system.h as well, but the patch below is a strict improvement over the current situation, restoring previous beha