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:47:15 +0100 |
commit | f8d3122e9d194aa7fdf5c4c645edfcc7fdcb9ccc (patch) | |
tree | e52c873595c02385d21526d39c4476dbafa65836 /meta/recipes-devtools/ccache | |
parent | 3140a731d36adbf5be9f988f25653304ac86676e (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-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 4790021b5fc..69aa64e5e6d 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}" |