plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7a7e8ed6b227902528cf8a6bc594bee842d0ea90
parent 417b681c0d94026da0ad0e79e8e50fe1613f9d65
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:
Mbin/9a | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/9a b/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/'`