On 5/12/2017 11:40 AM, Jianbo Liu wrote:
On 12 May 2017 at 13:45, Ashwin Sekhar T K
<[email protected]> wrote:
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 <[email protected]>
Reviewed-by: Jerin Jacob <[email protected]>
---
config/common_armv8a_linuxapp | 53 ++++++++++++++++++++++++++++
config/defconfig_arm64-armv8a-linuxapp-clang | 35 ++++++++++++++++++
config/defconfig_arm64-armv8a-linuxapp-gcc | 23 +-----------
3 files changed, 89 insertions(+), 22 deletions(-)
create mode 100644 config/common_armv8a_linuxapp
create mode 100644 config/defconfig_arm64-armv8a-linuxapp-clang
Acked-by: Jianbo Liu <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>