t9a: fix OS X PowerPC build - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7a7e8ed6b227902528cf8a6bc594bee842d0ea90
(DIR) parent 417b681c0d94026da0ad0e79e8e50fe1613f9d65
(HTM) Author: Jeff Sickel <jas@corpus-callosum.com>
Date: Sun, 13 Sep 2009 17:51:06 -0400
9a: fix OS X PowerPC build
http://codereview.appspot.com/117065
Diffstat:
M bin/9a | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/9a b/bin/9a
t@@ -8,7 +8,7 @@ fi
aflags=""
case "`uname`" in
Darwin)
- aflags="-arch i386"
+ aflags="-arch `arch`"
esac
out=`echo $1 | sed 's/\.s$//;s/$/.o/'`