diff -r 50b25816f5bb -r 4201b5881a7e config/binutils/binutils.in --- a/config/binutils/binutils.in Wed Oct 28 19:15:50 2009 +0100 +++ b/config/binutils/binutils.in Tue Feb 09 22:50:53 2010 +0100 @@ -75,4 +75,16 @@ prompt "libbfd" default y +config BINUTILS_TARGET_USE_GMP_MPFR + bool + prompt "Use GMP and MPFR" + default n + select GMP_MPFR + select COMP_LIBS_TARGET + help + binutils can be configured to use GMP and MPFR. + While this is automatically handled for the cross-binutils, + You have to explicitly state so for the native libraries that + will run on the target. + endif # BINUTILS_FOR_TARGET