diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-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): multiarch_options = { "i586": "--enable-targets=all", "powerpc": "--enable-targets=powerpc64", + "mips": "--enable-targets=all", "sparc": "--enable-targets=all", } |