aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/mpfr.sh
Commit message (Collapse)AuthorAgeFilesLines
* MPFR: log autotools files rebuilding to DEBUG level, not EXTRA.Yann E. MORIN"2008-08-171-1/+1
| | | | | /trunk/scripts/build/mpfr.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Use CT_DoExecLog for MPFR build.Yann E. MORIN"2008-07-141-23/+25
| | | | | /trunk/scripts/build/mpfr.sh | 48 25 23 0 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-)
* GMP and MPFR are no longer a sub-component of gcc (config-wise).Yann E. MORIN"2008-06-201-9/+40
| | | | | | | | | | | | | | | | | Build and install GMP and MPFR for the target. Use the target GMP and MPFR to build the native gdb. Have separate extra_config for cross gdb, native gdb and gdbserver. Check native GMP and MPFR in //. /trunk/scripts/build/debug/300-gdb.sh | 27 19 8 0 ++++++++++++++++------- /trunk/scripts/build/gmp.sh | 47 39 8 0 ++++++++++++++++++++++++++++++++------- /trunk/scripts/build/mpfr.sh | 49 40 9 0 +++++++++++++++++++++++++++++++++-------- /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 18 1 17 0 +-------------- /trunk/config/debug/gdb.in | 6 1 5 0 +---- /trunk/config/config.in | 1 1 0 0 + /trunk/config/gmp_mpfr.in | 34 34 0 0 ++++++++++++++++++++++++++++ 8 files changed, 137 insertions(+), 47 deletions(-)
* Really don't re-build MPFR autotools files at each run.Yann E. MORIN"2008-06-201-3/+7
| | | | | | /trunk/scripts/build/debug/300-gdb.sh | 8 6 2 0 ++++++-- /trunk/scripts/build/mpfr.sh | 10 7 3 0 +++++++--- 2 files changed, 13 insertions(+), 5 deletions(-)
* Only rebuild MPFR config files at extract time, not for every builds.Yann E. MORIN"2008-06-201-8/+7
| | | | | /trunk/scripts/build/mpfr.sh | 15 7 8 0 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
* Realy fix building MPFR.Yann E. MORIN"2008-06-201-0/+2
| | | | | /trunk/scripts/build/mpfr.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
* Fix building MPFR on distro that have strict sanity checks on libtool.m4 and ↵Yann E. MORIN"2008-06-191-0/+11
| | | | | | | ltmain.sh versions mismatch. UNTESTED! /trunk/scripts/build/mpfr.sh | 11 11 0 0 +++++++++++ 1 file changed, 11 insertions(+)
* Build an MPFR library that is thread-safe (I don't know if either binutils ↵Yann E. MORIN"2008-05-211-0/+1
| | | | | | | or gcc are threaded themselves). /trunk/scripts/build/mpfr.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
* In the future, we'll be able to download /old/ MPFR versions.Yann E. MORIN"2008-05-191-1/+2
| | | | | /trunk/scripts/build/mpfr.sh | 3 2 1 0 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
* Do not try to download, extract, or build GMP and MPFR if not asked for.Yann E. MORIN"2008-04-301-0/+11
| | | | | | /trunk/scripts/build/gmp.sh | 12 11 1 0 +++++++++++- /trunk/scripts/build/mpfr.sh | 11 11 0 0 +++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-)
* Merge the fortran stuff to trunk now it works!Yann E. MORIN"2008-04-301-0/+47
Fortran is not supported for all targets, though. ARM at least does not work. /trunk/scripts/build/binutils.sh | 8 8 0 0 ++++++++ /trunk/scripts/build/cc_gcc.sh | 11 6 5 0 ++++++----- /trunk/scripts/crosstool.sh | 10 9 1 0 +++++++++- /trunk/tools/addToolVersion.sh | 3 3 0 0 +++ /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 16 16 0 0 ++++++++++++++++ 6 files changed, 44 insertions(+), 6 deletions(-)