From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Thamm Date: Sat, 3 Mar 2012 21:00:05 +0100 Subject: [Buildroot] [PATCH] boost: Add coment when C++ is missing In-Reply-To: <201203031512.11130.arnout@mind.be> References: <201203021952.03453.thammi@chaossource.net> <201203031512.11130.arnout@mind.be> Message-ID: <201203032100.05495.thammi@chaossource.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Stephan Thamm --- package/boost/Config.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/package/boost/Config.in b/package/boost/Config.in index 7598d02..eac91dc 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -8,6 +8,9 @@ config BR2_PACKAGE_BOOST http://www.boost.org/ +comment "boost requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP + if BR2_PACKAGE_BOOST config BR2_PACKAGE_BOOST_MULTITHREADED -- 1.7.9