From 851be21f671feb0bf41e1dcaaced4d7e2e5cf72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 3 Aug 2010 19:00:29 +0000 Subject: system-arm.c/__div0 are for ARM native builds only Android can now be built with CPU_ARM defined Needs investigation (and test_codec) to see if/how this helps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27684 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs.c') diff --git a/apps/codecs.c b/apps/codecs.c index 29a6644..9e77dd9 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -119,7 +119,7 @@ struct codec_api ci = { NULL, /* configure */ /* kernel/ system */ -#ifdef CPU_ARM +#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE __div0, #endif PREFIX(sleep), -- cgit v1.1