Skip to content
Commit e80025ef authored by Richard Purdie's avatar Richard Purdie
Browse files

gcc-target: Don't install target gcc libdir files



Installing /usr/lib/gcc/* means we'd have two copies, one from gcc-cross
and one from here. These can confuse gcc cross where includes use #include_next
and builds track file dependencies (e.g. perl and its makedepends code).
For determinism we don't install this to the sysroot, ever and rely on the
copy from gcc-cross.

[YOCTO #7287]

(From OE-Core rev: 15b3324b)

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 3bdc0980
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment