diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-02 16:00:28 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-06 09:40:19 -0300 |
commit | 2b0da5028dc85421dae2bbe67727b896569c814f (patch) | |
tree | 63d3402b14b0c1227a285a57ca0c4163eddbb3fe /scripts | |
parent | 6cfc50f40a5e59bc46d8b45bc7520f719e86af1e (diff) | |
download | glibc-2b0da5028dc85421dae2bbe67727b896569c814f.tar.gz glibc-2b0da5028dc85421dae2bbe67727b896569c814f.tar.xz glibc-2b0da5028dc85421dae2bbe67727b896569c814f.zip |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5af6f369ae..9292a0d3ff 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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'), |