diff options
-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 |