diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 321a6deda4..15252f1a40 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
| @@ -95,6 +95,14 @@ do_install_append_class-target () { | |||
| 95 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux | 95 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux |
| 96 | fi | 96 | fi |
| 97 | fi | 97 | fi |
| 98 | if [ "${TARGET_OS}" = "linux-gnux32" ]; then | ||
| 99 | if [ "${MULTILIBS}" != "" ]; then | ||
| 100 | mkdir ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}-poky-linux | ||
| 101 | ln -s ../${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}-poky-linux/x32 | ||
| 102 | else | ||
| 103 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux | ||
| 104 | fi | ||
| 105 | fi | ||
| 98 | 106 | ||
| 99 | if [ "${TCLIBC}" != "glibc" ]; then | 107 | if [ "${TCLIBC}" != "glibc" ]; then |
| 100 | case "${TARGET_OS}" in | 108 | case "${TARGET_OS}" in |
