diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gcc/gcc-package-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-package-cross.inc b/meta/packages/gcc/gcc-package-cross.inc index e0b622b8c..999925a6f 100644 --- a/meta/packages/gcc/gcc-package-cross.inc +++ b/meta/packages/gcc/gcc-package-cross.inc @@ -18,7 +18,7 @@ do_install () { # gcc-runtime requires some headers, we stash them here if [ "${PN}" == "gcc-cross" -o "${PN}" == "gcc-crosssdk" ]; then - install -d ${D}${includedir}/gcc-build-internal + install -d ${D}${includedir}/gcc-build-internal-${TARGET_SYS} for f in *.h *.c libgcc.mvars; do cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal-${TARGET_SYS}/ done |