]> git.proxmox.com Git - wasi-libc.git/commit
Sort lists of input files (#313)
authorBernhard M. Wiedemann <githubbmw2020@lsmod.de>
Tue, 9 Aug 2022 04:54:37 +0000 (06:54 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 04:54:37 +0000 (21:54 -0700)
commit69031b63706df46e8e15ffeaaddeb3d1c5c0d462
tree50fd756fb0ec02def12d3a804a669163c11be244
parent294b23c3fde3f14d671f4bbaf23ed0459fae73ca
Sort lists of input files (#313)

For reproducible .a files in spite of non-deterministic
filesystem readdir order

Without this patch, find returned files in filesystem order
and llvm-ar used that order to create .a files.
Makefile