aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog3
-rw-r--r--dev-util/ccache/files/ccache-config-22
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index ec8d7a796..f36969f3c 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Dec 2012; Christoph Junghans <ottxor@gentoo.org> files/ccache-config-2:
+ dev-util/ccache: fixed clang links
+
*ccache-3.1.8-r1 (27 Dec 2012)
27 Dec 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-3.1.8-r1.ebuild,
diff --git a/dev-util/ccache/files/ccache-config-2 b/dev-util/ccache/files/ccache-config-2
index b0a111d61..444f2e521 100644
--- a/dev-util/ccache/files/ccache-config-2
+++ b/dev-util/ccache/files/ccache-config-2
@@ -69,7 +69,7 @@ cc_install_link() {
cc_links() {
local a compilers="gcc cc c++ g++"
[ "${2}" = icc ] && compilers="icc icpc" && set -- "$1"
- [ "${2}" = clang ] && compilers="clang " && set -- "$1"
+ [ "${2}" = clang ] && compilers="clang clang++" && set -- "$1"
for a in ${compilers} ; do
if [ -n "${2}" ] ; then
# gcc-config doesnt install ${CHOST}-cc, so until