diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 21:54:38 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 21:54:38 +0000 |
| commit | 6067b6a80287556745fe139501fbdc8c4f97bf36 (patch) | |
| tree | d16e4710166fbbbc0914c958d72b11d5eb892c32 | |
| parent | 57e78a56c73a76e23fae2e098254449c36eb9ed6 (diff) | |
| download | rockbox-6067b6a80287556745fe139501fbdc8c4f97bf36.zip rockbox-6067b6a80287556745fe139501fbdc8c4f97bf36.tar.gz rockbox-6067b6a80287556745fe139501fbdc8c4f97bf36.tar.bz2 rockbox-6067b6a80287556745fe139501fbdc8c4f97bf36.tar.xz | |
make it not attempt to build the sh1 assembler when build for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6759 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/crt0.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S index 59fb25b..1975b2d 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -300,6 +300,10 @@ irq_handler: vectors: .long stackend .long start +#elif defined(IRIVER_H300) + /* Platform: iRiver H320/H340 */ + + /* Fill in code here */ #else /* Platform: Archos Jukebox * We begin with some tricks. If we have built our code to be loaded |