https://bugs.kde.org/show_bug.cgi?id=421321

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
Note that -lgcc comes last in the link line, because it provides symbols some
of the earlier objects need. We'll need to arrange for our "fake" __getauxval
to be provided after -lgcc.

Also note that the only thing tested is whether AT_HWCAP contains
HWCAP_ATOMICS. So all we need to do is figure out whether or not to set bit 8
("atomics") or not.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to