We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb2e38 commit d7c5077Copy full SHA for d7c5077
include/uclibc++.mk
@@ -8,5 +8,9 @@ PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
8
CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
9
10
ifneq ($(CONFIG_USE_UCLIBCXX),)
11
+ ifneq ($(CONFIG_CCACHE),)
12
+ TARGET_CXX_NOCACHE="g++-uc"
13
+ else
14
TARGET_CXX="g++-uc"
15
+ endif
16
endif
0 commit comments