qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 9858a12730717d9c5e5deec4264d7041d75fc947
parent 503c672d47695afe62fdf3439732ec96a68903b0
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Sun, 17 Oct 2021 21:21:45 +0200

use -static when cross-compiling tests

Diffstat:
Mtools/test.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test.sh b/tools/test.sh @@ -22,7 +22,7 @@ init() { arm64) for p in aarch64-linux-musl aarch64-linux-gnu do - cc="$p-gcc -no-pie" + cc="$p-gcc -no-pie -static" qemu="qemu-aarch64" if $cc -v >/dev/null 2>&1 &&