summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-13 05:08:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-12 19:09:47 -0400
commit032995ed34a2632ad8cff15871870a74058c9eed (patch)
tree488d049e0b350eb152382ab510100a851e1ac375
parent88264372d0687b645cf93fd96cc8861e3c5356f0 (diff)
downloadmeta-ti-032995ed34a2632ad8cff15871870a74058c9eed.tar.gz
iqn2-lld: fix -march gcc flag, as cortex-a15 belongs to armv7ve
https://gcc.gnu.org/ml/gcc-cvs/2014-01/msg00982.html Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb b/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
index 4e681169..40a8ea7c 100644
--- a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
+++ b/recipes-bsp/iqn2-lld/iqn2-lld_git.bb
@@ -8,6 +8,10 @@ PR = "${INC_PR}.0"
8 8
9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" 9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
10 10
11do_configure () {
12 sed -i -e 's/march=armv7-a/march=armv7ve/' build/armv7/libiqn2_aearmv7.mk
13}
14
11do_compile () { 15do_compile () {
12 oe_runmake clean 16 oe_runmake clean
13 oe_runmake lib 17 oe_runmake lib