Commit Graph

6 Commits

Author SHA1 Message Date
Christoph Erhardt b4b2364218 Rebuild due to mimalloc soname change 2022-02-17 08:07:20 +01:00
Christoph Erhardt 7305f40d49 Don't build on i686
mold 1.0.2 on i686 is broken with a failing assertion:

elf/../mold.h:315: std::pair<T*, bool>
mold::ConcurrentMap<T>::insert(std::string_view, mold::u64, const T&)
[with T = mold:🧝:SectionFragment<mold:🧝:I386>; std::string_view
= std::basic_string_view<char>; mold::u64 = long long unsigned int]:
Assertion `__builtin_popcount(nbuckets) == 1' failed.

Since 32-bit i686 is no longer supported by Fedora anyway, it doesn't
matter for us.
2022-01-25 22:28:04 +01:00
Christoph Erhardt 9b2eab61f3 Make build dependency on glibc-static(x86-32) Koji-compatible 2022-01-25 21:59:42 +01:00
Christoph Erhardt 2557067398 Move libdwarf-tools build dependency into the correct place 2022-01-25 21:54:40 +01:00
Christoph Erhardt 76391c4526 Initial import (fedora#2036468). 2022-01-25 19:46:31 +01:00
Gwyn Ciesla a1aa6da355 Added the README 2022-01-25 14:38:40 +00:00