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 44cba287f3..3dcfdf835f 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
| @@ -47,6 +47,7 @@ def get_gcc_multiarch_setting(bb, d): | |||
| 47 | "i586": "--enable-targets=all", | 47 | "i586": "--enable-targets=all", |
| 48 | "i686": "--enable-targets=all", | 48 | "i686": "--enable-targets=all", |
| 49 | "powerpc": "--enable-targets=powerpc64", | 49 | "powerpc": "--enable-targets=powerpc64", |
| 50 | "powerpc64le": "--enable-targets=powerpcle", | ||
| 50 | "mips": "--enable-targets=all", | 51 | "mips": "--enable-targets=all", |
| 51 | "sparc": "--enable-targets=all", | 52 | "sparc": "--enable-targets=all", |
| 52 | } | 53 | } |
