build_cross_tools_gcc4: Disable TLS on PowerPC for now

Change-Id: Ib99a1a4aeeb5d17a301ffd1d9c5fcadd37261ebf
This commit is contained in:
Alexander von Gluck IV 2018-02-28 21:46:24 -06:00
parent b965ce7025
commit 82876dc4cb
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ powerpc-*)
binutilsTargets="$binutilsTargets,powerpc-apple-linux,powerpc-apple-freebsd,powerpc-apple-vxworks"
gdbConfigureArgs="--disable-multilib --disable-werror"
gdbTarget="powerpc-unknown-elf"
# TODO: Disable building with TLS support for PPC until implemented.
binutilsConfigureArgs="$binutilsConfigureArgs --disable-tls"
gccConfigureArgs="$gccConfigureArgs --disable-tls"
;;
*)
binutilsConfigureArgs="--disable-multilib"