Completely move GMP and MPFR files out of the compiler way into their own directory.

/trunk/config/gmp_mpfr.in |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-06-30 11:58:58 +00:00
parent a865cf8aeb
commit 15483af16b
3 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ config GMP_MPFR_TARGET
to run gdb natively on the target.
if GMP_MPFR
source config/cc/gmp.in
source config/cc/mpfr.in
source config/gmp_mpfr/gmp.in
source config/gmp_mpfr/mpfr.in
endif
endmenu