aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/9c b/bin/9c
index a22a0a08..59adda7f 100755
--- a/bin/9c
+++ b/bin/9c
@@ -119,6 +119,10 @@ case "$tag" in
useclang
cflags="$cflags -g3 -m64"
;;
+*Darwin-arm64*)
+ useclang
+ cflags="$cflags -g3 -m64"
+ ;;
*Darwin*clang*)
useclang
cflags="$cflags -g3 -m32"