config/gmp_mpfr.in
changeset 1318 5416f4ba36bf
parent 1315 655ee0516997
child 1319 d8e8cd26eae1
     1.1 --- a/config/gmp_mpfr.in	Sat May 02 22:21:53 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,35 +0,0 @@
     1.4 -# GMP and MPFR libraries config options
     1.5 -
     1.6 -menu "GMP and MPFR"
     1.7 -
     1.8 -config 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 -      The packages that can use GMP and MPFR are:
    1.18 -        - binutils
    1.19 -        - gcc
    1.20 -        - gdb
    1.21 -
    1.22 -config GMP_MPFR_TARGET
    1.23 -    bool
    1.24 -    prompt "Build libraries for the target"
    1.25 -    depends on GMP_MPFR
    1.26 -    depends on ! BARE_METAL
    1.27 -    default n
    1.28 -    help
    1.29 -      Also build libraries for the target. This can be usefull if you want
    1.30 -      to later build a compiler that will run on the target, or if you want
    1.31 -      to run gdb natively on the target.
    1.32 -
    1.33 -if GMP_MPFR
    1.34 -source config/gmp_mpfr/gmp.in
    1.35 -source config/gmp_mpfr/mpfr.in
    1.36 -endif
    1.37 -
    1.38 -endmenu