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: Followup patch (was Re: [C++ Patch] PR 4093)


On Fri, 1 Mar 2002, Phil Edwards wrote:

> +#ifndef __GNUC__
> +#error "You should be using 'make bootstrap' -- see installation instructions"

Misleading in the case of cross-compiles, if it can get this far
for a non-gcc.  I don't have one right here to check with...
There's a macro CROSS_COMPILE to ifndef.

brgds, H-P


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