Bug 3751

Summary: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Product: buildroot Reporter: Kevin Cernekee <cernekee>
Component: OtherAssignee: 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

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)