diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc-common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc index 8a13f542c1..c4de31c34b 100644 --- a/meta/recipes-devtools/gcc/libgcc-common.inc +++ b/meta/recipes-devtools/gcc/libgcc-common.inc | |||
@@ -144,6 +144,9 @@ BASETARGET_SYS = "${@get_original_os(d)}" | |||
144 | 144 | ||
145 | addtask extra_symlinks after do_multilib_install before do_package do_populate_sysroot | 145 | addtask extra_symlinks after do_multilib_install before do_package do_populate_sysroot |
146 | fakeroot python do_extra_symlinks() { | 146 | fakeroot python do_extra_symlinks() { |
147 | if bb.data.inherits_class('nativesdk', d): | ||
148 | return | ||
149 | |||
147 | targetsys = d.getVar('BASETARGET_SYS', True) | 150 | targetsys = d.getVar('BASETARGET_SYS', True) |
148 | 151 | ||
149 | if targetsys != d.getVar('TARGET_SYS', True): | 152 | if targetsys != d.getVar('TARGET_SYS', True): |