diff --git a/config/gmp_mpfr.in b/config/gmp_mpfr.in index 3ae6a91b..c384ecc5 100644 --- a/config/gmp_mpfr.in +++ b/config/gmp_mpfr.in @@ -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 diff --git a/config/cc/gmp.in b/config/gmp_mpfr/gmp.in similarity index 100% rename from config/cc/gmp.in rename to config/gmp_mpfr/gmp.in diff --git a/config/cc/mpfr.in b/config/gmp_mpfr/mpfr.in similarity index 100% rename from config/cc/mpfr.in rename to config/gmp_mpfr/mpfr.in