X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fuclibc%2B%2B.mk;fp=include%2Fuclibc%2B%2B.mk;h=817484377fcee9c0f55f5238e57a4e62bc791848;hb=0ec23389f8d1ffe5e78d2b91f16a5b2d1202cabd;hp=0000000000000000000000000000000000000000;hpb=8ef94e67c30efa29aa74956a981a9aee4a75dac9;p=openwrt-github%2F.git diff --git a/include/uclibc++.mk b/include/uclibc++.mk new file mode 100644 index 0000000000..817484377f --- /dev/null +++ b/include/uclibc++.mk @@ -0,0 +1,12 @@ +ifndef DUMP + ifdef __package_mk + $(error uclibc++.mk must be included before package.mk) + endif +endif + +PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX +CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp + +ifneq ($(CONFIG_USE_UCLIBCXX),) + TARGET_CXX="g++-uc" +endif