diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 4f691a090c..dcb22babdf 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -28,6 +28,7 @@ def get_gcc_multiarch_setting(bb, d): | |||
28 | multiarch_options = { | 28 | multiarch_options = { |
29 | "i586": "--enable-targets=all", | 29 | "i586": "--enable-targets=all", |
30 | "powerpc": "--enable-targets=powerpc64", | 30 | "powerpc": "--enable-targets=powerpc64", |
31 | "mips": "--enable-targets=all", | ||
31 | "sparc": "--enable-targets=all", | 32 | "sparc": "--enable-targets=all", |
32 | } | 33 | } |
33 | 34 | ||