diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-11 18:17:11 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-01-12 09:05:27 -0300 |
commit | 8b69e064d4bdad173446116e4a1b920814b7d5ec (patch) | |
tree | 14afe1761ba882a77894c9e21121c10977e9103c /scripts | |
parent | configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS (diff) | |
download | glibc-8b69e064d4bdad173446116e4a1b920814b7d5ec.tar.gz glibc-8b69e064d4bdad173446116e4a1b920814b7d5ec.tar.bz2 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-x | scripts/build-many-glibcs.py | 2 |
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')) |