forked from len0rd/rockbox
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 = .;
|
stackend = .;
|
||||||
} > IRAM
|
} > IRAM
|
||||||
|
|
||||||
|
#ifdef CPU_PP
|
||||||
.cop_stack :
|
.cop_stack :
|
||||||
{
|
{
|
||||||
*(.cop_stack)
|
*(.cop_stack)
|
||||||
|
@ -265,6 +266,7 @@ SECTIONS
|
||||||
. += 0x0500;
|
. += 0x0500;
|
||||||
cop_stackend = .;
|
cop_stackend = .;
|
||||||
} > IRAM
|
} > IRAM
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section
|
/* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue