]> code.ossystems Code Review - openembedded-core.git/commitdiff
ccache: Dont add LDFLAGS to compiler flags
authorKhem Raj <raj.khem@gmail.com>
Mon, 7 Sep 2015 07:18:25 +0000 (07:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:15 +0000 (22:47 +0100)
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>
meta/recipes-devtools/ccache/ccache.inc

index 4790021b5fcc931c45a3f9f5ecaed8ecbe3442fb..69aa64e5e6dc4ed61455e7d19cbb15a847cddd0d 100644 (file)
@@ -16,5 +16,3 @@ S = "${WORKDIR}/git"
 inherit autotools
 
 BBCLASSEXTEND = "native"
-
-TARGET_CC_ARCH += "${LDFLAGS}"