summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/gmp/gmp_4.2.1.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/gmp/gmp_4.2.1.bb b/packages/gmp/gmp_4.2.1.bb
index 6af2db66a4..8ad8e29ad1 100644
--- a/packages/gmp/gmp_4.2.1.bb
+++ b/packages/gmp/gmp_4.2.1.bb
@@ -1,3 +1,9 @@
+PR = "r1"
+
+SRC_URI += "file://sh4-asmfix.patch;patch=1"
+
require gmp.inc
-SRC_URI += "file://sh4-asmfix.patch;patch=1" \ No newline at end of file
+# Builds on sh but can't be used due to not compiling in some functions
+DEFAULT_PREFERENCE_sh3 = "-1"
+DEFAULT_PREFERENCE_sh4 = "-1"