summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Expand)AuthorFilesLines
2008-05-03Some people are reposrting that ftp does not work on their network, probably ...Yann E. MORIN"8-24/+14
2008-05-03Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically ...Yann E. MORIN"2-4/+4
2008-05-02Fix testing glibc versions for -pipe.Yann E. MORIN"1-2/+4
2008-05-02Comment more a mis-leading comment in the glibc build procedure.Yann E. MORIN"1-0/+5
2008-05-02For tools/ and debug/ build scripts, annd a numeric prefix, so that they alwa...Yann E. MORIN"11-2/+2
2008-04-30Do not try to download, extract, or build GMP and MPFR if not asked for.Yann E. MORIN"2-1/+22
2008-04-30Merge the fortran stuff to trunk now it works!Yann E. MORIN"4-5/+110
2008-04-28Build both shared and static versions of binutils' libraries for target.Yann E. MORIN"1-0/+1
2008-04-28Do not forget binutils' target libraries in the list.Yann E. MORIN"1-2/+2
2008-04-28Be alittle less verbose in the core CC pass 1 & 2.Yann E. MORIN"1-5/+0
2008-04-28Building target libraries before the cross-compiler is available is doomed! M...Yann E. MORIN"1-3/+5
2008-04-27Add building some binutils libraries for the target, as some utilities might ...Yann E. MORIN"1-0/+32
2008-04-27Offer an option to build a static cross-gdb.Yann E. MORIN"1-0/+9
2008-04-17Commit a long-standing eye-dcandy change in a log, that got lost in a vi cras...Yann E. MORIN"1-1/+1
2008-01-16Move improperly installed gcc libraries to the sysroot.Yann E. MORIN"1-18/+5
2007-11-02Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, bo...Yann E. MORIN"1-3/+3
2007-09-16ARM EABI is now working for little endian ARM targets.Yann E. MORIN"2-2/+17
2007-09-16When sstrip is already downloaded, link instead of copying (as for all otherYann E. MORIN"1-3/+3
2007-09-16Revert multilib handling. Even if we don't do multilib, we need to at leastYann E. MORIN"1-0/+5
2007-09-15Further improve the architecture-specific framework.Yann E. MORIN"2-36/+10
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"1-12/+2
2007-09-14Fix setting floating point in uClibc (thanks to Szilveszter Ordog <ordog@mail...Yann E. MORIN"1-2/+2
2007-09-07Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"1-1/+1
2007-09-06In some cases, dmalloc fails to build when building in parallel. Do not use -...Yann E. MORIN"1-1/+1
2007-09-02Bah, a really small cosmetic fix...Yann E. MORIN"1-1/+1
2007-09-02Print a log message when entering/leaving the two core compiler passes.Yann E. MORIN"1-1/+5
2007-08-15Warn when using -pipe with glibc>=2.6.Yann E. MORIN"1-0/+2
2007-08-15Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"5-199/+176
2007-08-12Don't use -pipe when building glibc>=2.6: ./configure chokes on it.Yann E. MORIN"1-6/+20
2007-08-03A little cleanup in the glibc's pthread headers install.Yann E. MORIN"1-2/+5
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2-73/+1
2007-07-28Tidy up a bit the uClibc config munging.Yann E. MORIN"1-16/+18
2007-07-22Fix installing a glibc header for those archs that are in ports.Yann E. MORIN"1-0/+3
2007-07-17Update the download messages for sstrip.c to the same mesages used in scripts...Yann E. MORIN"1-2/+6
2007-07-15Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"1-1/+1
2007-07-14Redirect the strace build messages to the logger!Yann E. MORIN"1-3/+3
2007-07-13Add ltrace (and libelf) utilities.Yann E. MORIN"2-0/+92
2007-07-12Add strace debugging aid.Yann E. MORIN"1-0/+38
2007-07-12Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"2-4/+4
2007-07-12Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"1-0/+64
2007-07-12Fix linking target-cc to target-gcc.Yann E. MORIN"1-1/+1
2007-07-11Fix a type in the debug and tools templates.Yann E. MORIN"2-4/+4
2007-07-11Change the target-cc link from soft to hard. This way, there's no soft link i...Yann E. MORIN"1-1/+1
2007-07-08Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"1-0/+4
2007-07-07More uClibc parrallel compilation cleanup.Yann E. MORIN"1-3/+2
2007-07-07Parrallel compilation is broken for uClibc (I don't know if any of my patches...Yann E. MORIN"1-2/+1
2007-07-07Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "...Yann E. MORIN"1-3/+3
2007-07-04Before trying to download sstrip (from buildroot), try a local copy first.Yann E. MORIN"1-0/+6
2007-07-03Make checking the linux installed headers optional (instead of systematic).Yann E. MORIN"1-9/+10
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2-2/+2