Fixed hrev47542 changeset to become sh compatible.
Signed-off-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
This commit is contained in:
parent
250e35c3bb
commit
6d345e6c9d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user