]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross: Fix header file corruption problems
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Sep 2019 10:22:22 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 07:24:36 +0000 (08:24 +0100)
commit7e75ed5aec86b94fe7fadbed606619f84a2e58e7
treeeaaf2d0516b21b318ece56ce1de9fa8cac59bcd7
parent7054ec111c7a011adb8a39b3a70292b29470e2aa
gcc-cross: Fix header file corruption problems

gcc's makefile can move files, replacing with the contents "timestamp". This
corrupts the headers and breaks things like the gcc testsuite.

Add in a fix to ensure the headers are not corrupted through their hardlink copies.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-cross.inc