mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gcc: update i586 TARGET_ARCH tests to also handle i686
(From OE-Core rev: 589bad6e9213136e7f30b4eafb7abfdd10070d1a) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d1874becab
commit
a1bb764921
@@ -34,6 +34,7 @@ def get_gcc_multiarch_setting(bb, d):
|
||||
target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True)
|
||||
multiarch_options = {
|
||||
"i586": "--enable-targets=all",
|
||||
"i686": "--enable-targets=all",
|
||||
"powerpc": "--enable-targets=powerpc64",
|
||||
"mips": "--enable-targets=all",
|
||||
"sparc": "--enable-targets=all",
|
||||
|
||||
@@ -120,6 +120,7 @@ python gcc_multilib_setup() {
|
||||
gcc_target_config_files = {
|
||||
'x86_64' : ['gcc/config/i386/t-linux64'],
|
||||
'i586' : ['gcc/config/i386/t-linux64'],
|
||||
'i686' : ['gcc/config/i386/t-linux64'],
|
||||
'mips' : ['gcc/config/mips/t-linux64'],
|
||||
'powerpc' : ['gcc/config/rs6000/t-linux64'],
|
||||
'powerpc64' : ['gcc/config/rs6000/t-linux64'],
|
||||
@@ -128,6 +129,7 @@ python gcc_multilib_setup() {
|
||||
gcc_header_config_files = {
|
||||
'x86_64' : ['gcc/config/i386/linux64.h'],
|
||||
'i586' : ['gcc/config/i386/linux64.h'],
|
||||
'i686' : ['gcc/config/i386/linux64.h'],
|
||||
'mips' : ['gcc/config/mips/linux64.h'],
|
||||
'powerpc' : ['gcc/config/rs6000/linux64.h'],
|
||||
'powerpc64' : ['gcc/config/rs6000/linux64.h'],
|
||||
|
||||
Reference in New Issue
Block a user