1
0
Fork 0
forked from len0rd/rockbox

Move CPU_MIPS #define up so ROCKBOX_STRICT_ALIGN actually gets defined

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-05 13:14:46 +00:00
parent 697869e892
commit 0af42777ee

View file

@ -599,15 +599,15 @@ Lyre prototype 1*/
#define ARM_ARCH 4 /* ARMv4 */
#endif
#if (CONFIG_CPU == JZ4732)
#define CPU_MIPS 32
#endif
/* Determine if accesses should be strictly long aligned. */
#if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS)
#define ROCKBOX_STRICT_ALIGN 1
#endif
#if (CONFIG_CPU == JZ4732)
#define CPU_MIPS 32
#endif
#ifndef CODEC_SIZE
#define CODEC_SIZE 0
#endif