diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2011-05-17 14:29:26 -0700 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-03 21:00:27 +0200 |
commit | 2b66816c71a68b579a0138ef6418cb8a99a4e62d (patch) | |
tree | 8c50eec93fde20a04909e87f50c14a86ee5b3d5b /CHANGES | |
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>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ Issues resolved (http://bugs.uclibc.org): #2353: [lua] fix build with 2010.08-rc1 + #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64 #4880: New package lcdproc #4886: New package protobuf #5144: Patch to fix ixon bug in uemacs |