diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc-common.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc index 7a3b4106a8..c0efc29437 100644 --- a/meta/recipes-devtools/gcc/libgcc-common.inc +++ b/meta/recipes-devtools/gcc/libgcc-common.inc | |||
@@ -7,7 +7,6 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
7 | do_configure () { | 7 | do_configure () { |
8 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` | 8 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` |
9 | install -d ${D}${base_libdir} ${D}${libdir} | 9 | install -d ${D}${base_libdir} ${D}${libdir} |
10 | hardlinkdir ${STAGING_INCDIR_NATIVE}/${LIBGCCBUILDTREENAME}$target/ ${B} | ||
11 | mkdir -p ${B}/${BPN} | 10 | mkdir -p ${B}/${BPN} |
12 | mkdir -p ${B}/$target/${BPN}/ | 11 | mkdir -p ${B}/$target/${BPN}/ |
13 | cd ${B}/${BPN} | 12 | cd ${B}/${BPN} |
@@ -15,6 +14,8 @@ do_configure () { | |||
15 | relpath=${@os.path.relpath("${S}/${BPN}", "${B}/${BPN}")} | 14 | relpath=${@os.path.relpath("${S}/${BPN}", "${B}/${BPN}")} |
16 | $relpath/configure ${CONFIGUREOPTS} ${EXTRA_OECONF} | 15 | $relpath/configure ${CONFIGUREOPTS} ${EXTRA_OECONF} |
17 | } | 16 | } |
17 | EXTRACONFFUNCS += "extract_stashed_builddir" | ||
18 | do_configure[depends] += "${COMPILERDEP}" | ||
18 | 19 | ||
19 | do_compile () { | 20 | do_compile () { |
20 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` | 21 | target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` |