make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
SVN-Revision: 33908
This commit is contained in:
parent
0678ef7609
commit
3948c077c9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ifndef DUMP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
|
PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
|
||||||
CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
|
CXX_DEPENDS = @INSTALL_LIBSTDCPP +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
|
||||||
|
|
||||||
ifneq ($(CONFIG_USE_UCLIBCXX),)
|
ifneq ($(CONFIG_USE_UCLIBCXX),)
|
||||||
ifneq ($(CONFIG_CCACHE),)
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
|
|
Loading…
Reference in a new issue