[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patches] [PATCH, committed] Fix PPC e500 build
- To: Maxim Kuvyrkov <maxim_kuvyrkov@xxxxxxxxxx>
- Subject: Re: [Patches] [PATCH, committed] Fix PPC e500 build
- From: Khem Raj <raj.khem@xxxxxxxxx>
- Date: Thu, 30 Aug 2012 23:18:28 -0700
On Thu, Aug 30, 2012 at 2:34 PM, Maxim Kuvyrkov
<maxim_kuvyrkov@xxxxxxxxxx> wrote:
> I've checked in the following trivial patch to fix build of PPC e500 after math/math_private.h was moved to sysdeps/generic.
2.16 also needs it.
>
> --
> Maxim Kuvyrkov
> Mentor Graphics
>
>
> 2012-08-30 Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
>
> * ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h: Update path
> after file was moved.
>
> Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h
> ===================================================================
> --- libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h (revision 20426)
> +++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h (working copy)
> @@ -1 +1,2 @@
> -#include <math/math_private.h>
> +/* Bypass libc/sysdeps/powerpc/fpu/math_private.h and use generic header. */
> +#include <../sysdeps/generic/math_private.h>
>
> _______________________________________________
> Patches mailing list
> Patches@xxxxxxxxxx
> http://eglibc.org/cgi-bin/mailman/listinfo/patches
_______________________________________________
Patches mailing list
Patches@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/patches