-----Original Message----- > Date: Thu, 11 May 2017 07:33:12 -0700 > From: Ashwin Sekhar T K <ashwin.sek...@caviumnetworks.com> > To: jerin.ja...@caviumnetworks.com, tho...@monjalon.net, > maciej.cze...@caviumnetworks.com, vikto...@rehivetech.com, > jianbo....@linaro.org, bruce.richard...@intel.com, > pablo.de.lara.gua...@intel.com, konstantin.anan...@intel.com > Cc: dev@dpdk.org, Ashwin Sekhar T K <ashwin.sek...@caviumnetworks.com> > Subject: [dpdk-dev] [PATCH v2 2/6] config: add clang support for armv8a > linuxapp > X-Mailer: git-send-email 2.12.2 > > Moved all common defines from defconfig_arm64-armv8a-linuxapp-gcc > to common_armv8a_linuxapp. > > Created new config arm64-armv8a-linuxapp-clang which adds the > clang support to armv8a. > > Now defconfigs arm64-armv8a-linuxapp-gcc/clang contain only the > CONFIG_RTE_TOOLCHAIN* defines and all other common defines are > inherited from common_armv8a_linuxapp. > > Signed-off-by: Ashwin Sekhar T K <ashwin.sek...@caviumnetworks.com>
You can move this patch at the end of the series(i.e at 6/6) so that when you introduce the clang config, it will build successfully.At 2/6 clang wont build. With that change: Reviewed-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>