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:
parent
697869e892
commit
0af42777ee
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue