Fixed hrev47542 changeset to become sh compatible.

Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
This commit is contained in:
Arvind S Raj 2014-07-21 20:48:51 +05:30 committed by Jessica Hamilton
parent 250e35c3bb
commit 6d345e6c9d

View File

@ -44,8 +44,8 @@ arm-*)
--with-cpu=cortex-a8 --with-arch=armv7-a --with-fpu=vfpv3"
# TODO: Disable building with TLS support for ARM until implemented.
binutilsConfigureArgs+="--disable-tls"
gccConfigureArgs+="--disable-tls"
binutilsConfigureArgs="$binutilsConfigureArgs --disable-tls"
gccConfigureArgs="$gccConfigureArgs --disable-tls"
;;
*)
binutilsConfigureArgs="--disable-multilib"