diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 89273a7745..44cba287f3 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -17,7 +17,7 @@ python extract_stashed_builddir () { | |||
17 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir-${TARGET_SYS}") | 17 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir-${TARGET_SYS}") |
18 | dest = d.getVar("B") | 18 | dest = d.getVar("B") |
19 | oe.path.copyhardlinktree(src, dest) | 19 | oe.path.copyhardlinktree(src, dest) |
20 | staging_processfixme([src + "/fixmepath"], dest, dest, dest, d) | 20 | staging_processfixme([src + "/fixmepath"], dest, d.getVar("RECIPE_SYSROOT"), d.getVar("RECIPE_SYSROOT_NATIVE"), d) |
21 | } | 21 | } |
22 | 22 | ||
23 | def get_gcc_float_setting(bb, d): | 23 | def get_gcc_float_setting(bb, d): |