blob: 5cc23e6cae8c44fd42742f6cf79596fee829766f (
plain)
1
2
3
4
5
6
7
8
9
10
|
config ADK_PACKAGE_GCC
prompt "gcc............................... GNU Compiler Collection"
tristate
default n
select ADK_PACKAGE_LIBGMP
select ADK_PACKAGE_MPFR
depends on !ADK_HOST_FREEBSD
help
GCC
http://www.gnu.org/gcc
|