about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-11 18:17:11 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-01-12 09:05:27 -0300
commit8b69e064d4bdad173446116e4a1b920814b7d5ec (patch)
tree14afe1761ba882a77894c9e21121c10977e9103c /scripts
parent02abdab0d1a28a36b21ad2f263c94f11fad98f24 (diff)
downloadglibc-8b69e064d4bdad173446116e4a1b920814b7d5ec.tar.gz
glibc-8b69e064d4bdad173446116e4a1b920814b7d5ec.tar.xz
glibc-8b69e064d4bdad173446116e4a1b920814b7d5ec.zip
scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index aade0f9f09..ae1346c96d 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -1521,8 +1521,6 @@ class GlibcPolicyDefault(object):
             '--host=%s' % glibc.triplet,
             'CC=%s' % glibc.tool_name('gcc'),
             'CXX=%s' % glibc.tool_name('g++'),
-            'RANLIB=%s' % glibc.tool_name('ranlib'),
-            'STRIP=%s' % glibc.tool_name('strip'),
         ]
         if glibc.os == 'gnu':
             self.configure_args.append('MIG=%s' % glibc.tool_name('mig'))