| Summary: | make external-deps wants to download gcc-.tar.bz2 when using an external toolchain | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Elie De Brauwer <eliedebrauwer> |
| Component: | Other | Assignee: | Gustavo Zacarias <gustavo> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2010.11 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
.config illustrating this problem.
Disable gcc fetch when not internal toolchain |
||
|
Description
Elie De Brauwer
2011-01-17 12:00:17 UTC
Created attachment 2869 [details]
Disable gcc fetch when not internal toolchain
This is an old bug that's been lingering for some time now.
Try the attached patch, it should solve the issue.
Tested on 2010.11, works there for me. Committed a slightly revised version of the patch, which also disables the unneeded gmp/mpfr/mpc libraries, thanks. |