On Wed, Aug 24, 2016 at 12:10:14AM +0530, Hemant Agrawal wrote: > configure with_dpdk and cross compile fails with: > "configure: error: cannot check for file existence > when cross compiling" > > This is due to the usages of AC_CHECK_FILES. > > AC_CHECK_FILES only works when not cross compiling. It test > a feature of the host machine, and therefore, die when > cross-compiling. > > The current patch put the check in condition, i.e. check only > if not cross-compiling. > > This patch has been tested on ARM64 platform with DPDK16.07 > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
Where's patch 2/2? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev