Drop build dependency on 32-bit static libc

It is no longer needed for mold 1.2; dropping it allows us to build mold
for epel8.
This commit is contained in:
Christoph Erhardt 2022-04-24 13:28:15 +02:00
parent 5fb9a10d67
commit d86874335d
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ BuildRequires: zlib-devel
# The following packages are only required for executing the tests
BuildRequires: clang
BuildRequires: glibc-static
%ifarch x86_64
BuildRequires: /usr/lib/libc.a
%endif
%if ! 0%{?el8}
BuildRequires: libdwarf-tools
%endif