Skip to content

Commit d7c5077

Browse files
author
jow
committed
[include] uclibc++.mk: override the cc binary instead of the wrapper command when ccache is used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32383 3c298f89-4303-0410-b956-a3cf2f4a3e73
1 parent 3bb2e38 commit d7c5077

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/uclibc++.mk

+4
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
88
CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
99

1010
ifneq ($(CONFIG_USE_UCLIBCXX),)
11+
ifneq ($(CONFIG_CCACHE),)
12+
TARGET_CXX_NOCACHE="g++-uc"
13+
else
1114
TARGET_CXX="g++-uc"
15+
endif
1216
endif

0 commit comments

Comments
 (0)