summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 08:34:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 08:34:20 +0000
commit0a0c4d5379dec1ced3d259641e1f8ab79381cf80 (patch)
tree692efdf82951283a82614f0d7f6dc93400b56ade /apps
parent3edc65b137cf7f17d4412ac018afa6731a466b74 (diff)
downloadrockbox-0a0c4d5379dec1ced3d259641e1f8ab79381cf80.tar.gz
rockbox-0a0c4d5379dec1ced3d259641e1f8ab79381cf80.zip
allow different output formats for other targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 6b1528738e..071630f681 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -1,4 +1,12 @@
1#include "config.h"
2
3/* These output formats should be in the config-files */
4
5#if CONFIG_CPU == MCF5249
6OUTPUT_FORMAT(elf32-m68k)
7#else
1OUTPUT_FORMAT(elf32-sh) 8OUTPUT_FORMAT(elf32-sh)
9#endif
2 10
3#define PLUGIN_LENGTH 0x8000 11#define PLUGIN_LENGTH 0x8000
4#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_LENGTH 12#define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_LENGTH