mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
configure: Remove AS check
The assembler is not issued directly, but rather always through CC wrapper. The binutils version check if done with LD instead. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -1522,7 +1522,6 @@ class GlibcPolicyDefault(object):
|
||||
'CC=%s' % glibc.tool_name('gcc'),
|
||||
'CXX=%s' % glibc.tool_name('g++'),
|
||||
'AR=%s' % glibc.tool_name('ar'),
|
||||
'AS=%s' % glibc.tool_name('as'),
|
||||
'LD=%s' % glibc.tool_name('ld'),
|
||||
'NM=%s' % glibc.tool_name('nm'),
|
||||
'OBJCOPY=%s' % glibc.tool_name('objcopy'),
|
||||
|
Reference in New Issue
Block a user