diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-18 00:06:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:43:41 +0000 |
commit | 66d6c031b06da91f90c96db57438fd312b95588d (patch) | |
tree | 852dcf6e613c942b70eaf3ee814848fd78f05f69 /meta/recipes-support/aspell/aspell_0.60.6.1.bb | |
parent | 957882caefc0a8e4160983b4bc767c26f14f7e8f (diff) | |
download | poky-66d6c031b06da91f90c96db57438fd312b95588d.tar.gz |
aspell: force ARM mode
* this is just work around for ICE, better fix would be to fix gcc
| ./common/fstream.hpp:23:9: note: the mangling of 'va_list' has changed in GCC 4.4
| modules/speller/default/typo_editdist.cpp: In function 'short int aspeller::typo_edit_distance(acommon::ParmString, acommon::ParmString, const aspeller::TypoEditDistanceInfo&)':
| modules/speller/default/typo_editdist.cpp:77:3: internal compiler error: in gen_thumb_movhi_clobber, at config/arm/arm.md:5937
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions.
| make[1]: *** [modules/speller/default/typo_editdist.lo] Error 1
| make[1]: *** Waiting for unfinished jobs....
| make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/aspell-0.60.6.1-r0/aspell-0.60.6.1'
(From OE-Core rev: eff532ea13a270c0e4ffaf4ab059403d612a3197)
(From OE-Core rev: 9fa76ebe080ec729af429cf2a77b4aba814c2b61)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/aspell/aspell_0.60.6.1.bb')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index d773ee3d08..64611cbf12 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "GNU Aspell spell-checker" | |||
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | LICENSE="LGPLv2 | LGPLv2.1" | 7 | LICENSE="LGPLv2 | LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | 10 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" |
11 | 11 | ||
12 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | 12 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" |
@@ -16,4 +16,5 @@ FILES_${PN} = "${bindir}/aspell" | |||
16 | FILES_libpspell = "${libdir}/libpspell.so.*" | 16 | FILES_libpspell = "${libdir}/libpspell.so.*" |
17 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | 17 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" |
18 | 18 | ||
19 | ARM_INSTRUCTION_SET = "arm" | ||
19 | inherit autotools gettext | 20 | inherit autotools gettext |