diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2020-04-28 01:28:02 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2020-04-28 01:28:02 +0800 |
commit | 5951e7bab7958ced68b2f77b26524c7ff924eac5 (patch) | |
tree | 28bf22fde4be6c90a55870b9e042f68b9c8c3f93 /tcc | |
parent | fd5610e0672fbf01c3b8471c208da18560141fb4 (diff) | |
download | copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar.gz copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar.bz2 copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar.lz copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar.xz copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.tar.zst copr-rpm-spec-5951e7bab7958ced68b2f77b26524c7ff924eac5.zip |
arm-linux-gnueabi-toolchain: Fix build on Fedora 33
RPM 4.16 no longer allows comparing strings with %if without quoting
both sides of the operator. Fix it by adding all necessary quotes.
RPM 4.16 adds a new script, brp-strip-lto, which calls %{__strip} on
object files. This fails because the native strip command does not work
with foreign object files. The reason that this problem did not happen
before is that all %{__strip} were called on static archives, which are
ignored by %{__ar_no_strip} script. Since %{__ar_no_strip} script never
really works, just remove the script and don't strip anything.
Diffstat (limited to 'tcc')
0 files changed, 0 insertions, 0 deletions