mirror of git://sourceware.org/git/glibc.git
scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
02abdab0d1
commit
8b69e064d4
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue