summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-runtime.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-runtime.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
index 977a98a377..f89ca6bbad 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
@@ -15,8 +15,8 @@ RUNTIMETARGET = "libssp libstdc++-v3 libgomp"
15 15
16do_configure () { 16do_configure () {
17 export CXX="${CXX} -nostdinc++ -nostdlib++" 17 export CXX="${CXX} -nostdinc++ -nostdlib++"
18 mtarget=`echo ${MULTIMACH_TARGET_SYS} | sed -e s#-nativesdk##` 18 mtarget=`echo ${MULTIMACH_TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##`
19 target=`echo ${TARGET_SYS} | sed -e s#-nativesdk##` 19 target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##`
20 cp -fpPR ${STAGING_INCDIR_NATIVE}/gcc-build-internal-$mtarget/* ${B} 20 cp -fpPR ${STAGING_INCDIR_NATIVE}/gcc-build-internal-$mtarget/* ${B}
21 for d in libgcc ${RUNTIMETARGET}; do 21 for d in libgcc ${RUNTIMETARGET}; do
22 echo "Configuring $d" 22 echo "Configuring $d"
@@ -29,7 +29,7 @@ do_configure () {
29} 29}
30 30
31do_compile () { 31do_compile () {
32 target=`echo ${TARGET_SYS} | sed -e s#-nativesdk##` 32 target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##`
33 for d in libgcc ${RUNTIMETARGET}; do 33 for d in libgcc ${RUNTIMETARGET}; do
34 cd ${B}/$target/$d/ 34 cd ${B}/$target/$d/
35 oe_runmake MULTIBUILDTOP=${B}/$target/$d/ 35 oe_runmake MULTIBUILDTOP=${B}/$target/$d/
@@ -37,7 +37,7 @@ do_compile () {
37} 37}
38 38
39do_install () { 39do_install () {
40 target=`echo ${TARGET_SYS} | sed -e s#-nativesdk##` 40 target=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##`
41 for d in ${RUNTIMETARGET}; do 41 for d in ${RUNTIMETARGET}; do
42 cd ${B}/$target/$d/ 42 cd ${B}/$target/$d/
43 oe_runmake 'DESTDIR=${D}' MULTIBUILDTOP=${B}/$target/$d/ install 43 oe_runmake 'DESTDIR=${D}' MULTIBUILDTOP=${B}/$target/$d/ install