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 09757e6ccc..690d78012d 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_VENDOR_MULTILIB_ORIGINAL}" != "" -a "${TARGET_VENDOR}" != "${TARGET_VENDOR_MULTILIB_ORIGINAL}" ]; then | ||
57 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR_MULTILIB_ORIGINAL}-${TARGET_OS} | ||
58 | fi | ||
56 | if [ "${TARGET_OS}" = "linux-gnuspe" ]; then | 59 | if [ "${TARGET_OS}" = "linux-gnuspe" ]; then |
57 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux | 60 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux |
58 | fi | 61 | fi |