aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-07-29 09:19:11 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-07-29 09:19:24 +0200
commit6ff7435ae881ac7b572b618e28fb21fafc1f789b (patch)
treecc713bd5a70f46abd2336b34aa3a44b2e724a70e
parent9475bf23d17c2c643b31fef27496be2d479777ed (diff)
downloadopenembedded-6ff7435ae881ac7b572b618e28fb21fafc1f789b.tar.gz
mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/mpfr/mpfr_3.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr_3.0.0.bb b/recipes/mpfr/mpfr_3.0.0.bb
index 4e9c617658..7056660d76 100644
--- a/recipes/mpfr/mpfr_3.0.0.bb
+++ b/recipes/mpfr/mpfr_3.0.0.bb
@@ -5,6 +5,7 @@ S = "${WORKDIR}/mpfr-${PV}"
NATIVE_INSTALL_WORKS = "1"
PR = "r0"
BBCLASSEXTEND = "native"
+ARM_INSTRUCTION_SET_armv4t = "arm"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
file://p3.patch"