From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch (limited to 'recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch') diff --git a/recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch b/recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch new file mode 100644 index 0000000000..49485e3648 --- /dev/null +++ b/recipes/liboil/liboil-0.3.11/ppc-detect-fpu.patch @@ -0,0 +1,11 @@ +--- /m4/orig-as-gcc-inline-assembly.m4 2007-03-17 04:03:30.000000000 +0200 ++++ /m4/as-gcc-inline-assembly.m4 2007-11-20 12:20:24.000000000 +0200 +@@ -38,7 +38,7 @@ + [ + AC_MSG_CHECKING([if compiler supports FPU instructions on PowerPC]) + +- AC_TRY_COMPILE([], [__asm__ ("fadd 0,0,0"::) ], [flag_ok=yes], [flag_ok=no]) ++ AC_TRY_COMPILE([], [double x = 0; __asm__ ("fadd 0,0,0"::"f" (x):"32") ], [flag_ok=yes], [flag_ok=no]) + + if test "X$flag_ok" = Xyes ; then + $1 -- cgit v1.2.3