| Summary: | MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kevin Cernekee <cernekee> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2011.02 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | [PATCH] buildroot: fix BR2_GCC_TARGET_ABI for MIPS n64 | ||
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Committed, thanks (and sorry for the slow response) |
Created attachment 3307 [details] [PATCH] buildroot: fix BR2_GCC_TARGET_ABI for MIPS n64 gcc 4.3/4.4/4.5 accept the following arguments for --with-abi= "" | 32 | o64 | n32 | 64 | eabi) So, the "n64" argument coming from buildroot should be changed to "64" so that gcc's ./configure step does not error out. Patch attached. There may still be additional, unrelated problems building this configuration.