diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-01 15:33:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-01 15:33:17 +0000 |
commit | e0d304adc6608165079a5f16d59ff83d804e6faf (patch) | |
tree | e726c68d65cb7ddb94b90e4ea4f6eaa17e8142aa /package/iperf/Config.in | |
parent | 436050a1aedb3186f8afe06e855b36d57d701d54 (diff) | |
download | buildroot-novena-e0d304adc6608165079a5f16d59ff83d804e6faf.tar.gz buildroot-novena-e0d304adc6608165079a5f16d59ff83d804e6faf.zip |
iperf: don't silently enable C++ support in toolchain
Diffstat (limited to 'package/iperf/Config.in')
-rw-r--r-- | package/iperf/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in index e795a4fe9..c4c25b359 100644 --- a/package/iperf/Config.in +++ b/package/iperf/Config.in @@ -1,8 +1,11 @@ config BR2_PACKAGE_IPERF bool "iperf" - select BR2_INSTALL_LIBSTDCPP + depends on BR2_INSTALL_LIBSTDCPP help Internet Protocol bandwidth measuring tool for measuring TCP/UDP performance. http://dast.nlanr.net/projects/iperf/ + +comment "iperf requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |