diff options
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index dd52fba..8840805 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -10,9 +10,8 @@ OUTPUT_FORMAT(elf32-littlearm) OUTPUT_FORMAT(elf32-sh) #elif defined(CPU_MIPS) OUTPUT_FORMAT(elf32-littlemips) -#elif !defined(SIMULATOR) -/* We cannot have an #error here when building simulators since we don't have - any CPU defined then! */ +#else +/* We can have an #error here we don't use this file when build sims! */ #error Unknown CPU architecture #endif |