Bug 5630

Summary: makefile error with toolchain helpers.mk
Product: buildroot Reporter: gunslnger_
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2012.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description gunslnger_ 2012-10-26 19:23:49 UTC
There are a couple errors in toolchain/helpers.mk in the check_glibc function.  First, the strip $1 appears to remove everything, not just the trailing '/'.  Second, the test command has a typo; it references SYSDROOT_DIR instead of SYSROOT_DIR.
Comment 1 Thomas Petazzoni 2013-10-12 14:26:13 UTC
The SYSDROOT problem has been fixed in 666eb02be3cd4115a1ef8b78a63d64d12b24469e. I'm not sure to understand the other problem, the check_glibc function seems to work fine here. If you think there is still a problem, do not hesitate to reopen this bug.