Bug 7921 - uClibc fails building with minimal config and TLS disabled
Summary: uClibc fails building with minimal config and TLS disabled
Status: RESOLVED DUPLICATE of bug 7424
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 16:10 UTC by Noé Rubinstein
Modified: 2015-06-03 01:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***