Bug 5630 - makefile error with toolchain helpers.mk
Summary: makefile error with toolchain helpers.mk
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2012.08
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 19:23 UTC by gunslnger_
Modified: 2013-10-12 14:26 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 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.