[dts] [PATCH] Add the target selection support for ARM targets

Herbert Guan herbert.guan at arm.com
Wed Jul 5 04:13:47 CEST 2017


Signed-off-by: Herbert Guan <herbert.guan at arm.com>
---
 tools/setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/setup.py b/tools/setup.py
index 3d9d8ff..090dda9 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -225,7 +225,9 @@ def config_execution():
     target = 'x86_64-native-linuxapp-gcc'
     targets = ['x86_64-native-linuxapp-gcc', 'x86_64-native-linuxapp-icc',
                'i686-native-linuxapp-gcc', 'i686-native-linuxapp-icc',
-               'x86_64-native-bsdapp-gcc', 'x86_64-native-bsdapp-clang']
+               'x86_64-native-bsdapp-gcc', 'x86_64-native-bsdapp-clang',
+               'arm64-armv8a-linuxapp-gcc', 'arm64-dpaa2-linuxapp-gcc',
+               'arm64-thunderx-linuxapp-gcc', 'arm64-xgene1-linuxapp-gcc']
     nic_type = 'cfg'
 
     exec_option = {'prompt': 'Choose default or manually',
-- 
1.8.3.1



More information about the dts mailing list