Bug 7921

Summary: uClibc fails building with minimal config and TLS disabled
Product: buildroot Reporter: Noé Rubinstein <nrubinstein>
Component: OtherAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Noé Rubinstein 2015-03-11 16:10:08 UTC
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.
Comment 1 Thomas Petazzoni 2015-06-03 01:30:23 UTC

*** This bug has been marked as a duplicate of bug 7424 ***