diff options
author | Russ Cox <rsc@swtch.com> | 2008-05-31 12:09:43 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-05-31 12:09:43 -0400 |
commit | 5f6612babbd9e6c0a4a204db0f9d2f286ec58261 (patch) | |
tree | 235cf74b64f811c96be1e8e267a06adab5038b54 /bin/9c | |
parent | 518f0a1d31c58266a12ee76c90180d66fde57bb4 (diff) | |
parent | 518f0a1d31c58266a12ee76c90180d66fde57bb4 (diff) | |
download | plan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.tar.gz plan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.tar.bz2 plan9port-5f6612babbd9e6c0a4a204db0f9d2f286ec58261.zip |
merge
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 |