components/gcc4/Makefile
changeset 7446 f420f2219a19
parent 7297 fbb1e830e28f
child 7687 1093e2a9adbd
--- a/components/gcc4/Makefile	Tue Dec 06 15:40:36 2016 -0800
+++ b/components/gcc4/Makefile	Tue Dec 06 16:01:32 2016 -0800
@@ -101,6 +101,7 @@
 CONFIGURE_OPTIONS +=	--with-mpfr-include=$(USRINCDIR)/mpfr
 CONFIGURE_OPTIONS +=	--without-gnu-ld --with-ld=$(USRBINDIR)/ld
 CONFIGURE_OPTIONS +=	--with-gnu-as --with-as=$(GNUBIN)/as
+CONFIGURE_OPTIONS +=	--enable-tls
 
 # If the compiler used to build matches the compiler being built, there is no
 # need for a 3 stage build.