This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add two new compilation options


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]