| Summary: | Allow use of older external toolchains without sysroot support | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Chris Seawood <cls> |
| Component: | Other | Assignee: | Thomas Petazzoni <thomas.petazzoni> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2010.02 | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | v1.0 | ||
|
Description
Chris Seawood
2010-03-16 00:36:30 UTC
Created attachment 1291 [details]
v1.0
Thanks for this patch. In the past, we tried to handle toolchains not supporting --sysroot, but that proved to be very difficult with packages such as the Gtk stack or Qt. See for example the thread at http://lists.busybox.net/pipermail/buildroot/2008-November/023870.html or http://lists.busybox.net/pipermail/buildroot/2008-December/024147.html. Does your patch works when compiling Qt, for example ? I have not systematically tested every package in the tree. I only tested the ones needed for the Corza packages. However, I just tried Qt and it built fine. This is more an enhancement request than a real bug. Two years later, sysroot capable toolchains are much more common, and we definitely don't want to add the complexity to add non-sysrooted toolchains into Buildroot. |