mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asm
Change-Id: I725d80cf5cc49d9b7460b320489cdeb14be942c0
This commit is contained in:
parent
fcb9fda3e4
commit
13a7c9ac70
1 changed files with 5 additions and 0 deletions
|
@ -499,6 +499,11 @@ Lyre prototype 1 */
|
||||||
/* no known platform */
|
/* no known platform */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __PCTOOL__
|
||||||
|
#undef CONFIG_CPU
|
||||||
|
#define CONFIG_CPU 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef APPLICATION
|
#ifdef APPLICATION
|
||||||
#define CONFIG_CPU 0
|
#define CONFIG_CPU 0
|
||||||
#define CONFIG_STORAGE 0
|
#define CONFIG_STORAGE 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue