From dca7d391f1f57085207def0321b89b18e6307c1b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Feb 2009 18:31:56 +0000 Subject: make sure plugin.lds is not processed when building sims since it isn't used for anything then! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19957 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/plugins/plugin.lds') 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 -- cgit v1.1