Re: [Patch, Darwin] fix PR50699.

2011-10-14 Thread Iain Sandoe
On 13 Oct 2011, at 23:38, Iain Sandoe wrote: On 13 Oct 2011, at 23:22, Mike Stump wrote: +/* Add $LDBL128 suffix to long double builtins for ppc darwin. */ static void -darwin_patch_builtin (int fncode) +darwin_patch_builtin (enum built_in_function fncode) This is a property of the target

Re: [Patch, Darwin] fix PR50699.

2011-10-13 Thread Iain Sandoe
On 13 Oct 2011, at 23:22, Mike Stump wrote: +/* Add $LDBL128 suffix to long double builtins for ppc darwin. */ static void -darwin_patch_builtin (int fncode) +darwin_patch_builtin (enum built_in_function fncode) This is a property of the target machine. DARWIN_PPC is a property of the tar

Re: [Patch, Darwin] fix PR50699.

2011-10-13 Thread Mike Stump
On Oct 13, 2011, at 8:22 AM, Iain Sandoe wrote: > .. this looks like an (almost) obvious fix for the bootstrap breakage... No... > -/* Add $LDBL128 suffix to long double builtins. */ > +#if defined (__ppc__) || defined (__ppc64__) __ppc__ is a property of the host machine. > +/* Add $LDBL128 s