1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +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:
Khem Raj
2015-09-07 07:18:25 +00:00
committed by Richard Purdie
parent 81d15085e3
commit c8f4822c4d
-2
View File
@@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
inherit autotools
BBCLASSEXTEND = "native"
TARGET_CC_ARCH += "${LDFLAGS}"