diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-07 07:18:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:39 +0100 |
commit | c8f4822c4d46fb0e222913edeabc33e4bc6d4166 (patch) | |
tree | d14b35a980b340e15ac8bff1f24a1010e203c39c /meta/recipes-devtools | |
parent | 81d15085e35a7db93be68fb3b53ed443566a17c5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 2 |
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" | |||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
19 | |||
20 | TARGET_CC_ARCH += "${LDFLAGS}" | ||