diff options
Diffstat (limited to 'bin/9c')
-rwxr-xr-x | bin/9c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |