1
0
Fork 0
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:
Daniel Ankers 2006-08-03 16:44:45 +00:00
parent 28575f6790
commit f40a1b1c7e

View file

@ -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