From 79f3673d205617ac567f0566ebf8f450932d9976 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 31 Aug 2022 21:29:15 +0200 Subject: new arm64_apple target Should make qbe work on apple arm-based hardware. --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test.sh b/tools/test.sh index 4653b83..9c0f9ee 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -70,7 +70,7 @@ init() { "") case `uname` in *Darwin*) - cc="cc -Wl,-no_pie" + cc="cc" ;; *OpenBSD*) cc="cc -nopie" -- cgit 1.4.1