buildroot: fix BR2_GCC_TARGET_ABI for MIPS n64
authorKevin Cernekee <cernekee@gmail.com>
Tue, 17 May 2011 21:29:26 +0000 (14:29 -0700)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 3 May 2012 19:00:27 +0000 (21:00 +0200)
commit2b66816c71a68b579a0138ef6418cb8a99a4e62d
tree8c50eec93fde20a04909e87f50c14a86ee5b3d5b
parent15744b7e15523506f52d36cac556626df9eaa204
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>
CHANGES
target/Config.in.arch