mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-09 12:20:41 +00:00
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>
This commit is contained in:
@@ -8,6 +8,10 @@ PR = "${INC_PR}.0"
|
||||
|
||||
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
|
||||
|
||||
do_configure () {
|
||||
sed -i -e 's/march=armv7-a/march=armv7ve/' build/armv7/libiqn2_aearmv7.mk
|
||||
}
|
||||
|
||||
do_compile () {
|
||||
oe_runmake clean
|
||||
oe_runmake lib
|
||||
|
||||
Reference in New Issue
Block a user