diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-multilib-config.inc | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-multilib-config.inc b/meta/recipes-devtools/gcc/gcc-multilib-config.inc index 30745a65e0..1eafeb4768 100644 --- a/meta/recipes-devtools/gcc/gcc-multilib-config.inc +++ b/meta/recipes-devtools/gcc/gcc-multilib-config.inc  | |||
| @@ -109,6 +109,7 @@ python gcc_multilib_setup() { | |||
| 109 | 'i586' : ['gcc/config/i386/t-linux64'], | 109 | 'i586' : ['gcc/config/i386/t-linux64'], | 
| 110 | 'mips' : ['gcc/config/mips/t-linux64'], | 110 | 'mips' : ['gcc/config/mips/t-linux64'], | 
| 111 | 'powerpc' : ['gcc/config/rs6000/t-linux64'], | 111 | 'powerpc' : ['gcc/config/rs6000/t-linux64'], | 
| 112 | 'powerpc64' : ['gcc/config/rs6000/t-linux64'], | ||
| 112 | } | 113 | } | 
| 113 | 114 | ||
| 114 | gcc_header_config_files = { | 115 | gcc_header_config_files = { | 
| @@ -116,6 +117,7 @@ python gcc_multilib_setup() { | |||
| 116 | 'i586' : ['gcc/config/i386/linux64.h'], | 117 | 'i586' : ['gcc/config/i386/linux64.h'], | 
| 117 | 'mips' : ['gcc/config/mips/linux64.h'], | 118 | 'mips' : ['gcc/config/mips/linux64.h'], | 
| 118 | 'powerpc' : ['gcc/config/rs6000/linux64.h'], | 119 | 'powerpc' : ['gcc/config/rs6000/linux64.h'], | 
| 120 | 'powerpc64' : ['gcc/config/rs6000/linux64.h'], | ||
| 119 | } | 121 | } | 
| 120 | 122 | ||
| 121 | target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL', True) if mlprefix | 123 | target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL', True) if mlprefix | 
