Bug 3751 - MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Summary: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2011.02
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 21:45 UTC by Kevin Cernekee
Modified: 2012-05-03 19:01 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
[PATCH] buildroot: fix BR2_GCC_TARGET_ABI for MIPS n64 (1.08 KB, patch)
2011-05-17 21:45 UTC, Kevin Cernekee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Cernekee 2011-05-17 21:45:34 UTC
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.
Comment 1 Gustavo Zacarias 2012-05-03 13:56:07 UTC
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Comment 2 Peter Korsgaard 2012-05-03 19:01:10 UTC
Committed, thanks (and sorry for the slow response)