From f8c0b93562f85674b51ee9a6b2c2a61d06788671 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Tue, 8 Jun 2010 17:09:33 +0800 Subject: gcc-cross: Fix install path typo. Signed-off-by: Dongxiao Xu --- meta/packages/gcc/gcc-package-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/packages/gcc/gcc-package-cross.inc b/meta/packages/gcc/gcc-package-cross.inc index e0b622b8c1..999925a6fa 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 -- cgit v1.2.3-54-g00ecf