From 3478bc5d6dc0a081c3aeb4f501c8b4cb4f53a78d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 24 Aug 2010 13:41:45 +0000 Subject: mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27872 a1c6a512-1295-4272-9138-f99709370657 --- lib/libsetjmp/SOURCES | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libsetjmp') diff --git a/lib/libsetjmp/SOURCES b/lib/libsetjmp/SOURCES index b2f4227930..aa0ac46a23 100644 --- a/lib/libsetjmp/SOURCES +++ b/lib/libsetjmp/SOURCES @@ -13,8 +13,6 @@ sh/setjmp.S #endif #ifdef CPU_MIPS -/* Strangely something seems to do '#define mips 1' */ -#undef mips mips/setjmp.S #endif -- cgit v1.2.3