Changes between Initial Version and Version 1 of Ticket #62848, comment 5


Ignore:
Timestamp:
Jun 9, 2022, 2:47:01 PM (23 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62848, comment 5

    initial v1  
    11So the way to fix this libatomic thing is:
    22
    3 use a clang that has i386 atomics enabled (see above. clang used to default to having atomics enabled in clang_rt, then the default changed we had to specifically enable it again .. I think I fixed all or nearly all of them).
     3use a clang that has i386 atomics enabled (see above. clang used to default to having atomics enabled in compiler_rt, then the default changed we had to specifically enable it again .. I think I fixed all or nearly all of them).
    44
    55or, only when building with gcc (or more specifically, when building against libgcc, which contains libatomic), add -latomic to the linker flags.