disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / openwrt / package / libgcc / Config.in
1 config BR2_PACKAGE_LIBGCC
2         tristate "libgcc (GCC support library)"
3         default m if CONFIG_DEVEL
4         help
5           Shared version of the support library, a library of 
6           internal subroutines that GCC uses to overcome 
7           shortcomings of particular machines, or special needs 
8           for some languages.
9