[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patches] [PATCH, committed] Fix PPC e500 build
- To: <patches@xxxxxxxxxx>
- Subject: [Patches] [PATCH, committed] Fix PPC e500 build
- From: Maxim Kuvyrkov <maxim_kuvyrkov@xxxxxxxxxx>
- Date: Fri, 31 Aug 2012 09:34:26 +1200
I've checked in the following trivial patch to fix build of PPC e500 after math/math_private.h was moved to sysdeps/generic.
--
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