Merge remote-tracking branch 'ppc-port/ppc-squashed'

This commit is contained in:
Rich Felker
2012-11-14 14:01:39 -05:00
42 changed files with 2402 additions and 0 deletions
Vendored
+1
View File
@@ -199,6 +199,7 @@ i?86*) ARCH=i386 ;;
x86_64*) ARCH=x86_64 ;;
mips-*|mipsel-*) ARCH=mips ;;
microblaze-*) ARCH=microblaze ;;
powerpc-*) ARCH=powerpc ;;
unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
*) fail "$0: unknown or unsupported target \"$target\"" ;;
esac