From 7d6fa16aed3c16246341d5a195e0109e7c1f5877 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 24 Feb 2011 11:44:33 +0100 Subject: [PATCH] Disable ARM assembler optimizations on the Pandora for now (compile fails) --- firmware/export/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 680a1eb5dd..65f2f08d7b 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -504,8 +504,8 @@ Lyre prototype 1 */ #endif /* define for all cpus from ARM family */ -#if ((CONFIG_PLATFORM & PLATFORM_MAEMO5) && defined(MAEMO_ARM_BUILD)) \ - || (CONFIG_PLATFORM & PLATFORM_PANDORA) +/* FIXME: || (CONFIG_PLATFORM & PLATFORM_PANDORA) */ +#if ((CONFIG_PLATFORM & PLATFORM_MAEMO5) && defined(MAEMO_ARM_BUILD)) #define CPU_ARM #define ARM_ARCH 7 /* ARMv7 */ -- 2.11.4.GIT