summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-30 11:58:58 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-30 11:58:58 (GMT)
commit15483af16b822680b39053302a78c4c1b6f4016f (patch)
tree417ef6503a77c245a0247570b9e44ee24b87df28 /config
parenta865cf8aeb4c17cc07a6e8de5f51a2f00a1ae61f (diff)
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(-)
Diffstat (limited to 'config')
-rw-r--r--config/gmp_mpfr.in4
-rw-r--r--config/gmp_mpfr/gmp.in (renamed from config/cc/gmp.in)0
-rw-r--r--config/gmp_mpfr/mpfr.in (renamed from config/cc/mpfr.in)0
3 files changed, 2 insertions, 2 deletions
diff --git a/config/gmp_mpfr.in b/config/gmp_mpfr.in
index 3ae6a91..c384ecc 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
index 21a8ee4..21a8ee4 100644
--- a/config/cc/gmp.in
+++ b/config/gmp_mpfr/gmp.in
diff --git a/config/cc/mpfr.in b/config/gmp_mpfr/mpfr.in
index b033a9e..b033a9e 100644
--- a/config/cc/mpfr.in
+++ b/config/gmp_mpfr/mpfr.in