devtools: fix ABI compatibility check
authorPeng Huang <peng.huang@intel.com>
Wed, 24 Apr 2019 15:11:59 +0000 (15:11 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 May 2019 23:44:20 +0000 (01:44 +0200)
commit92c9ba902dba69eb8544e55d8fd0ab40532f35c9
tree8493259f60c981d6a459e60812fd81711c71d0cc
parentd67e6ecf46e25832c4b24dba76c0a9dcd3e0dc84
devtools: fix ABI compatibility check

The new default-taget "linux" is introduced in v19.05-rc1
but not exist in before release such as v19.02 which have
default-target "linuxapp", there is no compatibility report
when run validate-abi.sh to check ABI compatibility between
v19.05-rc1 and v19.02, changed default-target from "linux"
to "linuxapp" in validate-abi.sh

Fixes: 218c4e68c1d9 ("mk: use linux and freebsd in config names")
Cc: stable@dpdk.org
Signed-off-by: Peng Huang <peng.huang@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
devtools/validate-abi.sh