This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] Use host fragment for PPC-Darwin stage1_cflags
- From: Daniel Jacobowitz <drow at false dot org>
- To: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 19 Dec 2006 14:22:01 -0500
- Subject: Re: [committed] Use host fragment for PPC-Darwin stage1_cflags
- References: <4587C798.4010102@lu.unisi.ch>
On Tue, Dec 19, 2006 at 12:06:00PM +0100, Paolo Bonzini wrote:
> +# The spiffy cpp-precomp chokes on some legitimate constructs in GCC
> +# sources; use -no-cpp-precomp to get to GNU cpp.
> +# Apple's GCC has bugs in designated initializer handling, so disable
> +# that too.
> +STAGE1_CFLAGS += -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0
This adds a GNU make dependency for the whole target, doesn't it?
Which might be fine for Darwin, but src does not require GNU make in
general.
[I wish it did.]
--
Daniel Jacobowitz
CodeSourcery