]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: do not build with ARM Thumb
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 8 Apr 2008 15:10:19 +0000 (15:10 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 8 Apr 2008 15:10:19 +0000 (15:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4204 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gmp/gmp.inc

index ad179165f3c1f55a649e98222ae5e22d0b77e98a..71ea128bc51722967e89aca705cb64e75e94e263 100644 (file)
@@ -9,6 +9,8 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
 
 inherit autotools 
 
+ARM_INSTRUCTION_SET = "arm"
+
 acpaths = ""
 
 do_stage () {