aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-07 07:18:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:48:39 +0100
commitc8f4822c4d46fb0e222913edeabc33e4bc6d4166 (patch)
treed14b35a980b340e15ac8bff1f24a1010e203c39c /meta/recipes-devtools/ccache
parent81d15085e35a7db93be68fb3b53ed443566a17c5 (diff)
downloadopenembedded-core-contrib-c8f4822c4d46fb0e222913edeabc33e4bc6d4166.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc2
1 files changed, 0 insertions, 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}"