summaryrefslogtreecommitdiff
path: root/packages/gmp/gmp_4.2.1.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-03-14 19:22:34 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-03-14 19:22:34 +0000
commite0f2cc91afabdb5da2b1c03ff0f4b201f1a5ed17 (patch)
tree622b3ee9d09b93dc01a4cd9ea03af86f7edd9134 /packages/gmp/gmp_4.2.1.bb
parentf6b13d904d5100bda78a808359caac6e401a2104 (diff)
gmp 4.2.1: Allow gmp 4.2.1 to work for sh arch by apply a patch from
the gmp home page which ensure the gmpn_add_nc and gmpn_sub_nc functions are included when they are required. Closes #1605.
Diffstat (limited to 'packages/gmp/gmp_4.2.1.bb')
-rw-r--r--packages/gmp/gmp_4.2.1.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/gmp/gmp_4.2.1.bb b/packages/gmp/gmp_4.2.1.bb
index 8ad8e29ad1..452553beda 100644
--- a/packages/gmp/gmp_4.2.1.bb
+++ b/packages/gmp/gmp_4.2.1.bb
@@ -1,9 +1,6 @@
-PR = "r1"
+PR = "r2"
-SRC_URI += "file://sh4-asmfix.patch;patch=1"
+SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \
+ file://x86-fat.diff;patch=1;pnum=0 "
require gmp.inc
-
-# Builds on sh but can't be used due to not compiling in some functions
-DEFAULT_PREFERENCE_sh3 = "-1"
-DEFAULT_PREFERENCE_sh4 = "-1"