| Summary: | Buildroot fails to copy libstdc++ to target when using external toolchain | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Maksim Rayskiy <maksim.rayskiy> |
| Component: | Other | Assignee: | Thomas Petazzoni <thomas.petazzoni> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | x86 | Target: | arm926t |
| Build: | |||
|
Description
Maksim Rayskiy
2009-11-09 23:37:10 UTC
This will be fixed by http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=codesourcery-toolchain-support&id=8f610d63122c205b921408bd3d28af9e64f5d8e6, but I am not going to push this change before 2010.02. It should be part of the next release, 2010.05, where other improvements to external toolchain supports are scheduled. Fixed by ea2505ee567f716f6b2aeae45ccfe2555c0bcb97 : we now look for libraries in both lib/ and usr/lib in the external toolchain sysroot. |