[PATCH] Add two new compilation options

Igor Torrente igormtorrente@gmail.com
Thu May 10 04:35:00 GMT 2018


From: Igor Torrente <igortorrente@outlook.com>

Add two new compilation options for Power 8 architecture.

---
 scripts/slave/buildbot_selector.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index 6c2394b..f84d708 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -21,6 +21,14 @@ BOT_ASSIGNMENT = {
         '--with-cpu=power8',
         '--enable-lock-elision',
     ]),
+    'glibc-ppc64le-linux-p8-nomultiarch': bash('glibc-native.sh', [
+        '--with-cpu=power8',
+        '--disable-multi-arch',
+    ]),
+    'glibc-ppc64le-linux-p8-notunables': bash('glibc-native.sh', [
+        '--with-cpu=power8',
+        '--disable-tunables',
+    ]),
     'glibc-ppc-linux': bash('glibc-native.sh', [
         '--build=powerpc-linux',
         'CC=gcc -m32',
-- 
2.1.4



More information about the Libc-alpha mailing list