mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
ccache: Dont add LDFLAGS to compiler flags
This is no longer required, its been carried over for a long time. As a side effect it helps compiling ccache with clang (From OE-Core rev: f8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user