| Summary: | Add Boost libraries as a package | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Joachim Pihl <jpihl> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Boost 1.35 package for buildroot | ||
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02. A boost package, with boost 1.47.0 has been added in Buildroot and will be part of the upcoming 2012.02 stable release. |
Created attachment 787 [details] Boost 1.35 package for buildroot The attached package builds Boost 1.35, which is getting rather old. Boost uses a rather tricky build system for the compiled libraries (most are headers only, i.e. no problem), so updating the package to a later version may not be straight ahead. Known issues: atomic_add32() and atomic_cas32() are set to abort if called on ARM, we have never seen them be called.