The current version of Buildroot f57423064ef0c22717db370d126bff832e7e1fd5 fails building with this minimal defconfig: BR2_KERNEL_MIRROR="http://www.kernel.org/pub" BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_BINUTILS_VERSION_2_22=y BR2_GCC_VERSION_4_7_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y # BR2_GCC_ENABLE_TLS is not set BR2_TARGET_OPTIMIZATION="-pipe" BR2_INIT_NONE=y # BR2_TARGET_GENERIC_GETTY is not set # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set # BR2_PACKAGE_BUSYBOX is not set BR2_PACKAGE_BOOST=y # BR2_TARGET_ROOTFS_TAR is not set When BR2_GCC_ENABLE_TLS is set, the configuration builds correctly.
*** This bug has been marked as a duplicate of bug 7424 ***