mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
configure: Partial revert of 6c6bdbf60e
Turns out I compile-tested stale trees instead of the broken change Net result is just the simpler MIPS revision (32/64/"classic") lookup rather than the sub-revision (eg mips32r2 etc). Change-Id: Ideebe522d29132f00f3769222f3846000b3a89fd
This commit is contained in:
parent
6c6bdbf60e
commit
dada036b10
3 changed files with 6 additions and 6 deletions
|
|
@ -729,7 +729,7 @@ Lyre prototype 1 */
|
|||
#endif
|
||||
|
||||
#if ARCH == ARCH_MIPS
|
||||
#define CPU_MIPS ARCH_VERSION /* 32, 32r2, 64 */
|
||||
#define CPU_MIPS ARCH_VERSION /* 32, 64 */
|
||||
#endif
|
||||
|
||||
#endif /*__PCTOOL__*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue