[OE-core] [PATCH 07/16] ccache: Dont add LDFLAGS to compiler flags
Khem Raj
raj.khem at gmail.com
Tue Sep 8 23:07:47 UTC 2015
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 at gmail.com>
---
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 4790021..69aa64e 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}"
--
2.5.1
More information about the Openembedded-core
mailing list