Fix failed builds for non-iPod builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28575f6790
commit
f40a1b1c7e
1 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,7 @@ SECTIONS
|
|||
stackend = .;
|
||||
} > IRAM
|
||||
|
||||
#ifdef CPU_PP
|
||||
.cop_stack :
|
||||
{
|
||||
*(.cop_stack)
|
||||
|
@ -265,6 +266,7 @@ SECTIONS
|
|||
. += 0x0500;
|
||||
cop_stackend = .;
|
||||
} > IRAM
|
||||
#endif
|
||||
|
||||
#else
|
||||
/* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section
|
||||
|
|
Loading…
Reference in a new issue