[oe-commits] Klaus Kurzmann : mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t

git version control git at git.openembedded.org
Thu Jul 29 07:19:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6ff7435ae881ac7b572b618e28fb21fafc1f789b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ff7435ae881ac7b572b618e28fb21fafc1f789b

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jul 29 09:19:11 2010 +0200

mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/mpfr/mpfr_3.0.0.bb |    1 +
 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 4e9c617..7056660 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"





More information about the Openembedded-commits mailing list