diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-07 02:43:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-07 02:43:03 +0000 |
commit | 369739485f68f87586783571aa61141e00e3f53b (patch) | |
tree | 088699871917371cac2589bf47d3ce827a5f1013 /games/wump | |
parent | 37e2d72a9ce342ba8be02888fa1c30396366795e (diff) |
default to -march=i586 on i386
llvm 9 and later take more care not to inline cmpxchg8b/cx8 with
-march=i486 instead calling __atomic_* functions. This in turn breaks
the build of a large number of ports.
To avoid having to add a lock or conditionally building individual ports
with -march=i586 change the default so 64 bit atomics will always be
available.
ok patrick@ sthen@ deraadt@
Diffstat (limited to 'games/wump')
0 files changed, 0 insertions, 0 deletions