9a: fix OS X PowerPC build

http://codereview.appspot.com/117065
This commit is contained in:
Jeff Sickel 2009-09-13 17:51:06 -04:00
parent 417b681c0d
commit 7a7e8ed6b2

2
bin/9a
View file

@ -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/'`