do not install gold in riscv64
This commit is contained in:
parent
8814c53397
commit
51879d6cd8
@ -292,7 +292,10 @@ BuildRequires: python3-rpm
|
||||
BuildRequires: glibc-static
|
||||
|
||||
# For tests/run-make/pgo-branch-weights
|
||||
# riscv64 does not support binutils-gold yet
|
||||
%ifnarch riscv64
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
|
||||
# Virtual provides for folks who attempt "dnf install rustc"
|
||||
Provides: rustc = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user