From f8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Sep 2015 07:18:25 +0000 Subject: 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 --- meta/recipes-devtools/ccache/ccache.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index 4790021b5f..69aa64e5e6 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}" -- cgit 1.2.3-korg