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