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.
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks (and sorry for the slow response)