aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-07-14 22:55:52 -0700
committerRuss Cox <rsc@swtch.com>2009-07-14 22:55:52 -0700
commite6c837d612cc884aa4fe68335c121c3dadddeebc (patch)
tree31c741d29c74726558268d17d8df1c3a3848646b /bin
parent76f90e51459082e3dd93f80e310635c6d37044e2 (diff)
parent76f90e51459082e3dd93f80e310635c6d37044e2 (diff)
downloadplan9port-e6c837d612cc884aa4fe68335c121c3dadddeebc.tar.gz
plan9port-e6c837d612cc884aa4fe68335c121c3dadddeebc.tar.bz2
plan9port-e6c837d612cc884aa4fe68335c121c3dadddeebc.zip
merge
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