summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-24 10:18:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-25 17:19:18 +0100
commit5c9025e07d98cc203324f2d2201ec3afa7efc35e (patch)
tree842f1fbbfebca96fb324991bdbadf6c87aa1ddab /meta/recipes-devtools/gcc/gcc-cross.inc
parentded3fc6b56fe2612d565d7d812316276cf6beefe (diff)
downloadpoky-5c9025e07d98cc203324f2d2201ec3afa7efc35e.tar.gz
gcc: Convert to use hardlinkdir
(From OE-Core rev: 204bc1f39030a3c0dd3eadadabb013aca8bb9cc6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 777c970217..165230b15f 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -178,7 +178,7 @@ do_install () {
178 case ${PN} in 178 case ${PN} in
179 *gcc-cross|*gcc-crosssdk) 179 *gcc-cross|*gcc-crosssdk)
180 dest=${D}/${includedir}/gcc-build-internal-${MULTIMACH_TARGET_SYS} 180 dest=${D}/${includedir}/gcc-build-internal-${MULTIMACH_TARGET_SYS}
181 cp -fpPR . $dest 181 hardlinkdir . $dest
182 ;; 182 ;;
183 esac 183 esac
184} 184}