aboutsummaryrefslogtreecommitdiff
path: root/scripts/build
Commit message (Expand)AuthorAgeFilesLines
* Fix building big-endian ARM EABI toolchains (build-tested only).Yann E. MORIN"2008-05-251-2/+4
* Multilib is gone, so don't use it when building gcc.Yann E. MORIN"2008-05-241-5/+1
* Improve handling of __cxa_atexit by Arnaud Vrac <rawoul at zogzog dot org>.Yann E. MORIN"2008-05-221-3/+15
* Build an MPFR library that is thread-safe (I don't know if either binutils or...Yann E. MORIN"2008-05-211-0/+1
* Get rid of all `command` (which is a bashism), and replace them with $(comman...Yann E. MORIN"2008-05-209-66/+66
* In the future, we'll be able to download /old/ MPFR versions.Yann E. MORIN"2008-05-191-1/+2
* Better configure binutils, both for host and target.Yann E. MORIN"2008-05-141-8/+15
* Sanitise and use CT_CC_NATIVE.Yann E. MORIN"2008-05-141-0/+6
* Introduce a new option to render (or not) uClibc' build verbose.Yann E. MORIN"2008-05-141-2/+4
* Fix building uClibc-based, soft-float toolchains by correctly setting float s...Yann E. MORIN"2008-05-141-2/+2
* Improve a comment in code.Yann E. MORIN"2008-05-111-0/+1
* Some people are reposrting that ftp does not work on their network, probably ...Yann E. MORIN"2008-05-038-24/+14
* Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically ...Yann E. MORIN"2008-05-032-4/+4
* Fix testing glibc versions for -pipe.Yann E. MORIN"2008-05-021-2/+4
* Comment more a mis-leading comment in the glibc build procedure.Yann E. MORIN"2008-05-021-0/+5
* For tools/ and debug/ build scripts, annd a numeric prefix, so that they alwa...Yann E. MORIN"2008-05-0211-2/+2
* Do not try to download, extract, or build GMP and MPFR if not asked for.Yann E. MORIN"2008-04-302-1/+22
* Merge the fortran stuff to trunk now it works!Yann E. MORIN"2008-04-304-5/+110
* Build both shared and static versions of binutils' libraries for target.Yann E. MORIN"2008-04-281-0/+1
* Do not forget binutils' target libraries in the list.Yann E. MORIN"2008-04-281-2/+2
* Be alittle less verbose in the core CC pass 1 & 2.Yann E. MORIN"2008-04-281-5/+0
* Building target libraries before the cross-compiler is available is doomed! M...Yann E. MORIN"2008-04-281-3/+5
* Add building some binutils libraries for the target, as some utilities might ...Yann E. MORIN"2008-04-271-0/+32
* Offer an option to build a static cross-gdb.Yann E. MORIN"2008-04-271-0/+9
* Commit a long-standing eye-dcandy change in a log, that got lost in a vi cras...Yann E. MORIN"2008-04-171-1/+1
* Move improperly installed gcc libraries to the sysroot.Yann E. MORIN"2008-01-161-18/+5
* Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, bo...Yann E. MORIN"2007-11-021-3/+3
* ARM EABI is now working for little endian ARM targets.Yann E. MORIN"2007-09-162-2/+17
* When sstrip is already downloaded, link instead of copying (as for all otherYann E. MORIN"2007-09-161-3/+3
* Revert multilib handling. Even if we don't do multilib, we need to at leastYann E. MORIN"2007-09-161-0/+5
* Further improve the architecture-specific framework.Yann E. MORIN"2007-09-152-36/+10
* Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"2007-09-141-12/+2
* Fix setting floating point in uClibc (thanks to Szilveszter Ordog <ordog@mail...Yann E. MORIN"2007-09-141-2/+2
* Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"2007-09-071-1/+1
* In some cases, dmalloc fails to build when building in parallel. Do not use -...Yann E. MORIN"2007-09-061-1/+1
* Bah, a really small cosmetic fix...Yann E. MORIN"2007-09-021-1/+1
* Print a log message when entering/leaving the two core compiler passes.Yann E. MORIN"2007-09-021-1/+5
* Warn when using -pipe with glibc>=2.6.Yann E. MORIN"2007-08-151-0/+2
* Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"2007-08-155-199/+176
* Don't use -pipe when building glibc>=2.6: ./configure chokes on it.Yann E. MORIN"2007-08-121-6/+20
* A little cleanup in the glibc's pthread headers install.Yann E. MORIN"2007-08-031-2/+5
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-302-73/+1
* Tidy up a bit the uClibc config munging.Yann E. MORIN"2007-07-281-16/+18
* Fix installing a glibc header for those archs that are in ports.Yann E. MORIN"2007-07-221-0/+3
* Update the download messages for sstrip.c to the same mesages used in scripts...Yann E. MORIN"2007-07-171-2/+6
* Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"2007-07-151-1/+1
* Redirect the strace build messages to the logger!Yann E. MORIN"2007-07-141-3/+3
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-132-0/+92
* Add strace debugging aid.Yann E. MORIN"2007-07-121-0/+38
* Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"2007-07-122-4/+4