diff options
author | Russ Cox <rsc@swtch.com> | 2011-08-02 14:28:04 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-08-02 14:28:04 -0400 |
commit | fc567f476a9cb381a50a94a355c4e0dd990b2539 (patch) | |
tree | 9bfabb0a7d3c13f6e853b47e0eae7e7d9c888c31 /bin/9l | |
parent | babe3439cc2bb8baa027be65da67d02d980ebb05 (diff) | |
download | plan9port-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-x | bin/9l | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ case "$tag" in ;; esac ;; +*Darwin*x86_64*) + ld="${CC9:-gcc} -m64" + ;; *Darwin*) ld="${CC9:-gcc} -m32" ;; |