summaryrefslogtreecommitdiff
path: root/user/rust/powerpc-atomics.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23user/rust: Add our PowerPC triplet to no_atomicsA. Wilcox1-0/+80
Every triplet without 64-bit atomics has to be added to the list. This fixes the bootstrap build on ppc. Closes: #849