gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting
authorJamie Lenehan <lenehan@twibble.org>
Mon, 20 Nov 2006 23:03:30 +0000 (23:03 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Mon, 20 Nov 2006 23:03:30 +0000 (23:03 +0000)
library cannot be used. See bug #1605.

packages/gmp/gmp_4.2.1.bb

index 6af2db6..8ad8e29 100644 (file)
@@ -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"