[oe-commits] Khem Raj : ccache: Dont add LDFLAGS to compiler flags

git at git.openembedded.org git at git.openembedded.org
Wed Sep 9 21:58:29 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: ec4c3f733a2ac5703817773663bd09d2d50c7495
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ec4c3f733a2ac5703817773663bd09d2d50c7495

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep  7 07:18:25 2015 +0000

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 at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.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}"



More information about the Openembedded-commits mailing list