From 167a270c9f1184278e39a5b35860a0b5a43fe818 Mon Sep 17 00:00:00 2001 From: havner Date: Fri, 25 Mar 2005 09:22:25 +0000 Subject: [PATCH] - disable altivec usage in liboil, this is just temporary workaround, i need to move packages from ready today and i'm unable to do it without liboil on ppc, still waiting for kernel upgrade on builder Changed files: liboil-no_altivec.patch -> 1.1 --- liboil-no_altivec.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 liboil-no_altivec.patch diff --git a/liboil-no_altivec.patch b/liboil-no_altivec.patch new file mode 100644 index 0000000..ffaa118 --- /dev/null +++ b/liboil-no_altivec.patch @@ -0,0 +1,20 @@ +diff -ur liboil-0.3.1.orig/configure.ac liboil-0.3.1/configure.ac +--- liboil-0.3.1.orig/configure.ac 2005-03-25 10:15:58.000000000 +0100 ++++ liboil-0.3.1/configure.ac 2005-03-25 10:20:35.000000000 +0100 +@@ -158,11 +158,11 @@ + [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-mregnames"], + true) + fi +-if test x$HAVE_CPU_POWERPC = xyes ; then +- AS_COMPILER_FLAG(["-Wa,-maltivec"], +- [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-maltivec"], +- true) +-fi ++#if test x$HAVE_CPU_POWERPC = xyes ; then ++# AS_COMPILER_FLAG(["-Wa,-maltivec"], ++# [LIBOIL_CFLAGS="$LIBOIL_CFLAGS -Wa,-maltivec"], ++# true) ++#fi + + LIBOIL_CFLAGS="$LIBOIL_CFLAGS -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -I\$(top_srcdir)" + AC_SUBST(LIBOIL_CFLAGS) -- 2.44.0