gcc: preserve CXXFLAGS_FOR_TARGET
[buildroot-gz.git] / package / wvdial / Config.in
blobd5458700f2c216a476280db89698e5c960b65295
1 config BR2_PACKAGE_WVDIAL
2         bool "wvdial"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # wvstreams
5         depends on !BR2_STATIC_LIBS # wvstreams
6         depends on !BR2_TOOLCHAIN_USES_MUSL # wvstreams
7         select BR2_PACKAGE_WVSTREAMS
8         help
9           wvdial is an intelligent Point-to-Point Protocol dialer
11           http://wvdial.googlecode.com/
13 comment "wvdial needs a (e)glibc or uClibc toolchain w/ C++, dynamic library"
14         depends on BR2_USE_MMU
15         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL