]> git.pld-linux.org Git - packages/binutils.git/commitdiff
disable gasp on %{arm} (linking fails)
authorJan Palus <atler@pld-linux.org>
Sat, 14 Nov 2020 15:54:44 +0000 (16:54 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 14 Nov 2020 15:56:25 +0000 (16:56 +0100)
undefined reference to codecomposer_syntax present in tc-arm.o which in
turn pulls even more undefined symbols

binutils.spec

index 99cfd9a1eaadb280c87dfed66085075769e61773..e853f0b21275dc4be786336fc0dafd498ef67186 100644 (file)
@@ -13,6 +13,9 @@
 %ifnarch %{ix86} %{x8664} x32 aarch64
 %undefine      with_gold
 %endif
+%ifarch %{arm}
+%undefine      with_gasp
+%endif
 
 Summary:       GNU Binary Utility Development Utilities
 Summary(de.UTF-8):     GNU Binary Utility Development Utilities
This page took 0.033348 seconds and 4 git commands to generate.