test suite reviews and discussions
 help / color / mirror / Atom feed
From: Herbert Guan <herbert.guan@arm.com>
To: dts@dpdk.org
Cc: Herbert Guan <herbert.guan@arm.com>
Subject: [dts] [PATCH] Add the target selection support for ARM targets
Date: Wed,  5 Jul 2017 10:13:47 +0800	[thread overview]
Message-ID: <1499220827-13598-1-git-send-email-herbert.guan@arm.com> (raw)

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

             reply	other threads:[~2017-07-05  2:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  2:13 Herbert Guan [this message]
2017-07-05  2:26 ` Jianbo Liu
2017-07-06 10:28 ` Liu, Yong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499220827-13598-1-git-send-email-herbert.guan@arm.com \
    --to=herbert.guan@arm.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).