This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [COMMITTED] Fix bootstrap on powerpc-darwin
- From: Mike Stump <mrs at apple dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 19 Jan 2006 15:13:24 -0800
- Subject: Re: [COMMITTED] Fix bootstrap on powerpc-darwin
- References: <0cac997a2ae7496c9501a0a16f014cf1@physics.uc.edu>
On Jan 18, 2006, at 8:25 PM, Andrew Pinski wrote:
I decided to fix diagnostic.h to include options.h and update the
dependancies. Oh, I did notice that host-ppc-darwin.o did not
include the correct dependancies for diagnostic.h anyways so I
fixed that to use the macro.
Looks good, thanks.