diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-08-31 21:29:15 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-10-03 10:41:26 +0200 |
commit | 79f3673d205617ac567f0566ebf8f450932d9976 (patch) | |
tree | 48ea32843eacd8ac33b4bbcdc975df5d8ab6356c /tools | |
parent | bda9f2833c39ea5f4266dbcb4506ed8895e22d3f (diff) | |
download | roux-79f3673d205617ac567f0566ebf8f450932d9976.tar.gz |
new arm64_apple target
Should make qbe work on apple arm-based hardware.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |