mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
cross-canadian/gcc: Various mips64 fixes
"n32" is a mips64 variant we need to consider when processing the TARGET_OS extensions. Also add the multilib extensions for mips64. (From OE-Core rev: fe26f809aaad5d5d608e841c99b817316c5a59a0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -123,6 +123,7 @@ python gcc_multilib_setup() {
|
||||
'i586' : ['gcc/config/i386/t-linux64'],
|
||||
'i686' : ['gcc/config/i386/t-linux64'],
|
||||
'mips' : ['gcc/config/mips/t-linux64'],
|
||||
'mips64' : ['gcc/config/mips/t-linux64'],
|
||||
'powerpc' : ['gcc/config/rs6000/t-linux64'],
|
||||
'powerpc64' : ['gcc/config/rs6000/t-linux64'],
|
||||
}
|
||||
@@ -132,6 +133,7 @@ python gcc_multilib_setup() {
|
||||
'i586' : ['gcc/config/i386/linux64.h'],
|
||||
'i686' : ['gcc/config/i386/linux64.h'],
|
||||
'mips' : ['gcc/config/mips/linux64.h'],
|
||||
'mips64' : ['gcc/config/mips/linux64.h'],
|
||||
'powerpc' : ['gcc/config/rs6000/linux64.h'],
|
||||
'powerpc64' : ['gcc/config/rs6000/linux64.h'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user