mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-26 13:21:07 +03:00
configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
Allow the variables to be overriden or have the defaults come from the compiler currently in use. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -1521,10 +1521,7 @@ class GlibcPolicyDefault(object):
|
||||
'--host=%s' % glibc.triplet,
|
||||
'CC=%s' % glibc.tool_name('gcc'),
|
||||
'CXX=%s' % glibc.tool_name('g++'),
|
||||
'NM=%s' % glibc.tool_name('nm'),
|
||||
'OBJDUMP=%s' % glibc.tool_name('objdump'),
|
||||
'RANLIB=%s' % glibc.tool_name('ranlib'),
|
||||
'READELF=%s' % glibc.tool_name('readelf'),
|
||||
'STRIP=%s' % glibc.tool_name('strip'),
|
||||
]
|
||||
if glibc.os == 'gnu':
|
||||
|
Reference in New Issue
Block a user