[meta-ti] [PATCH] iqn2-lld: fix -march gcc flag, as cortex-a15 belongs to armv7ve

Khem Raj raj.khem at gmail.com
Tue Apr 12 17:05:59 PDT 2016


On Apr 12, 2016 7:09 PM, "Denys Dmytriyenko" <denis at denix.org> wrote:
>
> From: Denys Dmytriyenko <denys at ti.com>
>
> https://gcc.gnu.org/ml/gcc-cvs/2014-01/msg00982.html
>
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
>  recipes-bsp/iqn2-lld/iqn2-lld_git.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/recipes-bsp/iqn2-lld/iqn2-lld_git.bb b/recipes-bsp/iqn2-lld/
iqn2-lld_git.bb
> index 4e68116..40a8ea7 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"
>
>  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
> +}
> +

Is this recipe cortexa15 only recipe ?
>  do_compile () {
>         oe_runmake clean
>         oe_runmake lib
> --
> 2.2.0
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-ti/attachments/20160412/37ba095f/attachment.html>


More information about the meta-ti mailing list