]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross: Fix install path typo.
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 8 Jun 2010 09:09:33 +0000 (17:09 +0800)
committerDongxiao Xu <dongxiao.xu@intel.com>
Tue, 8 Jun 2010 09:09:33 +0000 (17:09 +0800)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/gcc/gcc-package-cross.inc

index e0b622b8c1acc6f7077f3eea4ef243d9e9b6f68d..999925a6fa132bb9fa6a24558dae1c2219da725b 100644 (file)
@@ -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