summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-package-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-package-cross.inc')
-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 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 () {
18 18
19 # gcc-runtime requires some headers, we stash them here 19 # gcc-runtime requires some headers, we stash them here
20 if [ "${PN}" == "gcc-cross" -o "${PN}" == "gcc-crosssdk" ]; then 20 if [ "${PN}" == "gcc-cross" -o "${PN}" == "gcc-crosssdk" ]; then
21 install -d ${D}${includedir}/gcc-build-internal 21 install -d ${D}${includedir}/gcc-build-internal-${TARGET_SYS}
22 for f in *.h *.c libgcc.mvars; do 22 for f in *.h *.c libgcc.mvars; do
23 cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal-${TARGET_SYS}/ 23 cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal-${TARGET_SYS}/
24 done 24 done