yann@1318: # Companion libraries config options yann@1318: # Those libraries are required for different versions of gcc, yann@1318: # and can be used by binutils and gdb (maybe others as well). yann@602: yann@1318: menu "Companion libraries" yann@602: yann@602: config GMP_MPFR yann@602: bool yann@602: prompt "GMP and MPFR" yann@602: help yann@1318: gcc 4.3.0 and above requires both GMP and MPFR to build some frontends, yann@1318: and some other components can use them as well (eg. binutils and gdb). yann@1318: yann@602: Say 'Y' here if you want to build those two libraries specifically yann@602: for crosstool-NG. yann@1318: yann@602: The packages that can use GMP and MPFR are: yann@602: - binutils yann@602: - gcc yann@602: - gdb yann@602: yann@602: config GMP_MPFR_TARGET yann@602: bool yann@602: prompt "Build libraries for the target" yann@602: depends on GMP_MPFR yann@850: depends on ! BARE_METAL yann@602: default n yann@602: help yann@602: Also build libraries for the target. This can be usefull if you want yann@602: to later build a compiler that will run on the target, or if you want yann@602: to run gdb natively on the target. yann@602: yann@602: if GMP_MPFR yann@1318: source config/companion_libs/gmp.in yann@1318: source config/companion_libs/mpfr.in yann@602: endif yann@602: yann@602: endmenu