diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-20 23:03:30 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-20 23:03:30 +0000 |
commit | 85e709471f9b4cdd045c2a954f7b8a200b09af7f (patch) | |
tree | 07dba9ba108e31b2f98855a580a6c76785b1f3c8 /packages/gmp | |
parent | e3a093dc8bfcacfe3bacb03b20a98275f2eb4dc6 (diff) |
gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting
library cannot be used. See bug #1605.
Diffstat (limited to 'packages/gmp')
-rw-r--r-- | packages/gmp/gmp_4.2.1.bb | 8 |
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" |