summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 66433c13e9..d890639c75 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -11,7 +11,9 @@ OUTPUT_FORMAT(elf32-sh)
11#elif defined(CPU_MIPS) 11#elif defined(CPU_MIPS)
12OUTPUT_FORMAT(elf32-littlemips) 12OUTPUT_FORMAT(elf32-littlemips)
13#else 13#else
14#error Unknown CPU architecture 14/* We cannot have an #error here since we don't have any of these defines
15 define when we build simulators!
16 #error Unknown CPU architecture */
15#endif 17#endif
16 18
17#ifdef DEBUG 19#ifdef DEBUG