From 0a0c4d5379dec1ced3d259641e1f8ab79381cf80 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 08:34:20 +0000 Subject: allow different output formats for other targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5771 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps') 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 @@ +#include "config.h" + +/* These output formats should be in the config-files */ + +#if CONFIG_CPU == MCF5249 +OUTPUT_FORMAT(elf32-m68k) +#else OUTPUT_FORMAT(elf32-sh) +#endif #define PLUGIN_LENGTH 0x8000 #define DRAMSIZE (MEMORYSIZE * 0x100000) - PLUGIN_LENGTH -- cgit v1.2.3