summaryrefslogtreecommitdiffstats
path: root/include/ck_pr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ck_pr.h')
-rw-r--r--include/ck_pr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ck_pr.h b/include/ck_pr.h
index 8ebf855..8139afa 100644
--- a/include/ck_pr.h
+++ b/include/ck_pr.h
@@ -56,6 +56,8 @@
#include "gcc/sparcv9/ck_pr.h"
#elif defined(__ppc64__)
#include "gcc/ppc64/ck_pr.h"
+#elif defined(__mips32__)
+#include "gcc/mips32/ck_pr.h"
#elif defined(__s390x__)
#include "gcc/s390x/ck_pr.h"
#elif defined(__ppc__)