config/cc/gcc.in
changeset 466 7f9bbf94b0bb
parent 448 08da017ba46b
child 545 a7782f2c0926
     1.1 --- a/config/cc/gcc.in	Thu Apr 17 21:04:23 2008 +0000
     1.2 +++ b/config/cc/gcc.in	Wed Apr 30 10:43:41 2008 +0000
     1.3 @@ -128,3 +128,19 @@
     1.4      default ""
     1.5      help
     1.6        Extra flags to pass onto ./configure when configuring gcc.
     1.7 +
     1.8 +menuconfig CC_GCC_GMP_MPFR
     1.9 +    bool
    1.10 +    prompt "GMP and MPFR"
    1.11 +    help
    1.12 +      Recent gcc needs both GMP and MPFR to build some frontends.
    1.13 +
    1.14 +      Say 'Y' here if you want to build those two libraries specifically
    1.15 +      for crosstool-NG.
    1.16 +
    1.17 +      Saying 'Y' is highly recommended if building gcc-4.3 or higher.
    1.18 +
    1.19 +if CC_GCC_GMP_MPFR
    1.20 +source config/cc/gmp.in
    1.21 +source config/cc/mpfr.in
    1.22 +endif