summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildall.sh b/buildall.sh
index dc7dcad..9a61b38 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -147,7 +147,7 @@ build () {
mkdir -p macosx/nasm-$version
cp -a nasm-$version macosx/nasm-$version.work
cd macosx/nasm-$version.work
- CC='darwinx-gcc -arch i386 -arch x86_64 -arch ppc' \
+ CC='darwinx-gcc -arch i386 -arch x86_64' \
./configure --host=i686-apple-darwin10
$makej
for f in LICENSE README doc/nasmdoc.pdf; do