aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2011-08-02 14:28:04 -0400
committerRuss Cox <rsc@swtch.com>2011-08-02 14:28:04 -0400
commitfc567f476a9cb381a50a94a355c4e0dd990b2539 (patch)
tree9bfabb0a7d3c13f6e853b47e0eae7e7d9c888c31 /bin/9l
parentbabe3439cc2bb8baa027be65da67d02d980ebb05 (diff)
downloadplan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.tar.gz
plan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.tar.bz2
plan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.zip
build: OS X 64-bit build
R=rsc http://codereview.appspot.com/4838047
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9l b/bin/9l
index e3fa3091..68d099e3 100755
--- a/bin/9l
+++ b/bin/9l
@@ -45,6 +45,9 @@ case "$tag" in
;;
esac
;;
+*Darwin*x86_64*)
+ ld="${CC9:-gcc} -m64"
+ ;;
*Darwin*)
ld="${CC9:-gcc} -m32"
;;