config/cc/gcc.in
changeset 602 1968d150a34f
parent 551 4a32697b5440
child 687 b2b6b1d46aa1
     1.1 --- a/config/cc/gcc.in	Mon Jun 09 16:40:28 2008 +0000
     1.2 +++ b/config/cc/gcc.in	Fri Jun 20 15:16:43 2008 +0000
     1.3 @@ -120,7 +120,7 @@
     1.4  config CC_GCC_4_3_or_later
     1.5      bool
     1.6      default n
     1.7 -    select CC_GCC_GMP_MPFR
     1.8 +    select GMP_MPFR
     1.9  
    1.10  config CC_CXA_ATEXIT
    1.11      bool
    1.12 @@ -166,19 +166,3 @@
    1.13      default ""
    1.14      help
    1.15        Specify the URL that users should visit if they wish to report a bug.
    1.16 -
    1.17 -menuconfig CC_GCC_GMP_MPFR
    1.18 -    bool
    1.19 -    prompt "GMP and MPFR"
    1.20 -    help
    1.21 -      Recent gcc needs both GMP and MPFR to build some frontends.
    1.22 -
    1.23 -      Say 'Y' here if you want to build those two libraries specifically
    1.24 -      for crosstool-NG.
    1.25 -
    1.26 -      Saying 'Y' is highly recommended if building gcc-4.3 or higher.
    1.27 -
    1.28 -if CC_GCC_GMP_MPFR
    1.29 -source config/cc/gmp.in
    1.30 -source config/cc/mpfr.in
    1.31 -endif