From: Sachin Saxena Date: Fri, 4 May 2018 09:38:29 +0000 (+0530) Subject: arm64: Avoid setting march to corei7 when Cross Compiling for ARM X-Git-Tag: v18.07-rc1~382 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=432bf677c6decadd05e3edfe54c02b1d01b2c64e;hp=432bf677c6decadd05e3edfe54c02b1d01b2c64e;p=vpp.git arm64: Avoid setting march to corei7 when Cross Compiling for ARM When Cross-compiling VPP for arm64 target and build machine is x86_64, based on build_cpu value, the march variable is set to corei7 which is an unrecoganized option for ARM tool chain. This breaks the VPP compilation. Change-Id: I4cba5b4990e7cf0bdc1403e90c3d18110900bbef Signed-off-by: Sachin Saxena ---