build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains.

llvm-svn: 144659
This commit is contained in:
Daniel Dunbar 2011-11-15 18:34:22 +00:00
parent fdb75e40ae
commit 3306157ab3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
Description := Target for building universal libraries for Darwin.
Configs := Debug Release Profile
UniversalArchs := i386 ppc x86_64
UniversalArchs := i386 x86_64
# Platform Options
#