Disable building gcc with TLS support since ARM build fails due to undefined references
This commit is contained in:
committed by
Jessica Hamilton
parent
de21d557b7
commit
d1e057eefb
@@ -42,6 +42,10 @@ arm-*)
|
|||||||
--with-cpu=cortex-a8 --with-arch=armv7-a --with-fpu=vfpv3"
|
--with-cpu=cortex-a8 --with-arch=armv7-a --with-fpu=vfpv3"
|
||||||
gccConfigureArgs="--disable-multilib --with-float=hard
|
gccConfigureArgs="--disable-multilib --with-float=hard
|
||||||
--with-cpu=cortex-a8 --with-arch=armv7-a --with-fpu=vfpv3"
|
--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="--disable-multilib"
|
binutilsConfigureArgs="--disable-multilib"
|
||||||
|
|||||||
Reference in New Issue
Block a user