diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc_4.7.bb')
| -rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc_4.7.bb b/meta/recipes-devtools/gcc/libgcc_4.7.bb index 550a3c9c9d..47669a210c 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.7.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.7.bb | |||
| @@ -86,7 +86,7 @@ python do_multilib_install() { | |||
| 86 | import re | 86 | import re |
| 87 | 87 | ||
| 88 | multilibs = d.getVar('MULTILIB_VARIANTS', True) | 88 | multilibs = d.getVar('MULTILIB_VARIANTS', True) |
| 89 | if not multilibs: | 89 | if not multilibs or bb.data.inherits_class('nativesdk', d): |
| 90 | return | 90 | return |
| 91 | 91 | ||
| 92 | binv = d.getVar('BINV', True) | 92 | binv = d.getVar('BINV', True) |
