From: Khem Raj Date: Mon, 7 Sep 2015 07:18:25 +0000 (+0000) Subject: ccache: Dont add LDFLAGS to compiler flags X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28966 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index 4790021b5fc..69aa64e5e6d 100644 --- a/meta/recipes-devtools/ccache/ccache.inc +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -16,5 +16,3 @@ S = "${WORKDIR}/git" inherit autotools BBCLASSEXTEND = "native" - -TARGET_CC_ARCH += "${LDFLAGS}"