Rename the FORCE entries for 24K and 1004K to include the MIPS prefix
This commit is contained in:
parent
8792fc4d5f
commit
2f4a8e5bc4
|
@ -812,7 +812,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#else
|
#else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FORCE_1004K
|
#ifdef FORCE_MIPS1004K
|
||||||
#define FORCE
|
#define FORCE
|
||||||
#define ARCHITECTURE "MIPS"
|
#define ARCHITECTURE "MIPS"
|
||||||
#define SUBARCHITECTURE "1004K"
|
#define SUBARCHITECTURE "1004K"
|
||||||
|
@ -826,7 +826,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#else
|
#else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FORCE_24K
|
#ifdef FORCE_MIPS24K
|
||||||
#define FORCE
|
#define FORCE
|
||||||
#define ARCHITECTURE "MIPS"
|
#define ARCHITECTURE "MIPS"
|
||||||
#define SUBARCHITECTURE "24K"
|
#define SUBARCHITECTURE "24K"
|
||||||
|
|
Loading…
Reference in New Issue