aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9c b/bin/9c
index 327f1670..8ee137ee 100755
--- a/bin/9c
+++ b/bin/9c
@@ -58,6 +58,9 @@ case "$tag" in
cflags="$ngflags -g"
cflags="$cflags -D__sun__ -D__${s}__"
;;
+*AIX*) usegcc
+ cflags="$ngflags -g -D__AIX__"
+ ;;
*)
echo 9c does not know how to compile on "$tag" 1>&2
exit 1