test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] Add the target selection support for ARM targets
@ 2017-07-05  2:13 Herbert Guan
  2017-07-05  2:26 ` Jianbo Liu
  2017-07-06 10:28 ` Liu, Yong
  0 siblings, 2 replies; 3+ messages in thread
From: Herbert Guan @ 2017-07-05  2:13 UTC (permalink / raw)
  To: dts; +Cc: Herbert Guan

Signed-off-by: Herbert Guan <herbert.guan@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-06  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-05  2:13 [dts] [PATCH] Add the target selection support for ARM targets Herbert Guan
2017-07-05  2:26 ` Jianbo Liu
2017-07-06 10:28 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).