commit | 2b66816c71a68b579a0138ef6418cb8a99a4e62d | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Tue May 17 14:29:26 2011 -0700 |
committer | Peter Korsgaard <jacmet@sunsite.dk> | Thu May 03 21:00:27 2012 +0200 |
tree | 8c50eec93fde20a04909e87f50c14a86ee5b3d5b | |
parent | 15744b7e15523506f52d36cac556626df9eaa204 [diff] |
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. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>