summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-08 17:09:33 +0800
committerDongxiao Xu <dongxiao.xu@intel.com>2010-06-08 17:09:33 +0800
commitf8c0b93562f85674b51ee9a6b2c2a61d06788671 (patch)
tree9b0ba554aef548da663e8ae9259f9b678b1ffdc6 /meta/packages/gcc
parent1a53b520713c46ba3fd079dd6e08e2c352dfc1a3 (diff)
downloadast2050-yocto-poky-f8c0b93562f85674b51ee9a6b2c2a61d06788671.zip
ast2050-yocto-poky-f8c0b93562f85674b51ee9a6b2c2a61d06788671.tar.gz
gcc-cross: Fix install path typo.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r--meta/packages/gcc/gcc-package-cross.inc2
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 e0b622b..999925a 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
OpenPOWER on IntegriCloud