aboutsummaryrefslogtreecommitdiffstats
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:47:15 +0100
commitf8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc (patch)
treee52c873595c02385d21526d39c4476dbafa65836
parent3140a731d36adbf5be9f988f25653304ac86676e (diff)
downloadopenembedded-core-contrib-f8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc.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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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}"