commit 7a7e8ed6b227902528cf8a6bc594bee842d0ea90 from: Jeff Sickel date: Sun Sep 13 21:51:06 2009 UTC 9a: fix OS X PowerPC build http://codereview.appspot.com/117065 commit - 417b681c0d94026da0ad0e79e8e50fe1613f9d65 commit + 7a7e8ed6b227902528cf8a6bc594bee842d0ea90 blob - 8178d24cc9a9cd6081afe40ae44f6e7f87b0a647 blob + 7ee8beb46a9103eef9df9c6fc077a47942ba602d --- bin/9a +++ bin/9a @@ -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/'`