Rename the FORCE entries for 24K and 1004K to include the MIPS prefix
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 19 Apr 2020 11:22:19 +0000 (13:22 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Apr 2020 11:22:19 +0000 (13:22 +0200)
getarch.c

index 8a66849..6be006a 100644 (file)
--- a/getarch.c
+++ b/getarch.c
@@ -812,7 +812,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #else
 #endif
 
-#ifdef FORCE_1004K
+#ifdef FORCE_MIPS1004K
 #define FORCE
 #define ARCHITECTURE    "MIPS"
 #define SUBARCHITECTURE "1004K"
@@ -826,7 +826,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #else
 #endif
 
-#ifdef FORCE_24K
+#ifdef FORCE_MIPS24K
 #define FORCE
 #define ARCHITECTURE    "MIPS"
 #define SUBARCHITECTURE "24K"