diff options
Diffstat (limited to 'bin/9c')
-rwxr-xr-x | bin/9c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ case "$tag" in v=`uname -r` s=`echo $u$v | tr '. ' '__'` cflags="$ngflags -g" - cflags="$cflags -D__${s}__" + cflags="$cflags -D__sun__ -D__${s}__" ;; *) echo 9c does not know how to compile on "$tag" 1>&2 |