diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 7ce84f14d9..167869e1f2 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -53,6 +53,9 @@ do_install () { | |||
53 | if [ -d ${D}${infodir} ]; then | 53 | if [ -d ${D}${infodir} ]; then |
54 | rmdir --ignore-fail-on-non-empty -p ${D}${infodir} | 54 | rmdir --ignore-fail-on-non-empty -p ${D}${infodir} |
55 | fi | 55 | fi |
56 | if [ "${TARGET_OS}" = "linux-gnuspe" ]; then | ||
57 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux | ||
58 | fi | ||
56 | chown -R root:root ${D} | 59 | chown -R root:root ${D} |
57 | } | 60 | } |
58 | 61 | ||