mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
This commit is contained in:
parent
1aeb79dc3a
commit
3478bc5d6d
5 changed files with 2 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#include "config.h"
|
||||
#undef mips
|
||||
|
||||
OUTPUT_FORMAT("elf32-littlemips")
|
||||
OUTPUT_ARCH(MIPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue