diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-13 05:08:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-12 19:09:47 -0400 |
commit | 032995ed34a2632ad8cff15871870a74058c9eed (patch) | |
tree | 488d049e0b350eb152382ab510100a851e1ac375 /recipes-bsp/iqn2-lld | |
parent | 88264372d0687b645cf93fd96cc8861e3c5356f0 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/iqn2-lld')
-rw-r--r-- | recipes-bsp/iqn2-lld/iqn2-lld_git.bb | 4 |
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 | ||
9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" |
10 | 10 | ||
11 | do_configure () { | ||
12 | sed -i -e 's/march=armv7-a/march=armv7ve/' build/armv7/libiqn2_aearmv7.mk | ||
13 | } | ||
14 | |||
11 | do_compile () { | 15 | do_compile () { |
12 | oe_runmake clean | 16 | oe_runmake clean |
13 | oe_runmake lib | 17 | oe_runmake lib |