1
0
Fork 0
forked from len0rd/rockbox

Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asm

Change-Id: I725d80cf5cc49d9b7460b320489cdeb14be942c0
This commit is contained in:
Frank Gevaerts 2012-03-03 19:35:47 +01:00
parent fcb9fda3e4
commit 13a7c9ac70

View file

@ -499,6 +499,11 @@ Lyre prototype 1 */
/* no known platform */
#endif
#ifdef __PCTOOL__
#undef CONFIG_CPU
#define CONFIG_CPU 0
#endif
#ifdef APPLICATION
#define CONFIG_CPU 0
#define CONFIG_STORAGE 0