Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix testing glibc versions for -pipe. | Yann E. MORIN" | 2008-05-02 | 1 | -2/+4 |
| | | | | | /trunk/scripts/build/libc_glibc.sh | 6 4 2 0 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) | ||||
* | Comment more a mis-leading comment in the glibc build procedure. | Yann E. MORIN" | 2008-05-02 | 1 | -0/+5 |
| | | | | | /trunk/scripts/build/libc_glibc.sh | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) | ||||
* | For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵ | Yann E. MORIN" | 2008-05-02 | 11 | -2/+2 |
| | | | | | | | | always get built in the same order, in case of library dependencies. /trunk/scripts/build/debug.sh | 2 1 1 0 +- /trunk/scripts/build/tools.sh | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-) | ||||
* | Do not try to download, extract, or build GMP and MPFR if not asked for. | Yann E. MORIN" | 2008-04-30 | 2 | -1/+22 |
| | | | | | | /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-30 | 4 | -5/+110 |
| | | | | | | | | | | | | 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(-) | ||||
* | Build both shared and static versions of binutils' libraries for target. | Yann E. MORIN" | 2008-04-28 | 1 | -0/+1 |
| | | | | | /trunk/scripts/build/binutils.sh | 1 1 0 0 + 1 file changed, 1 insertion(+) | ||||
* | Do not forget binutils' target libraries in the list. | Yann E. MORIN" | 2008-04-28 | 1 | -2/+2 |
| | | | | | /trunk/scripts/build/binutils.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
* | Be alittle less verbose in the core CC pass 1 & 2. | Yann E. MORIN" | 2008-04-28 | 1 | -5/+0 |
| | | | | | /trunk/scripts/build/cc_gcc.sh | 5 0 5 0 ----- 1 file changed, 5 deletions(-) | ||||
* | Building target libraries before the cross-compiler is available is doomed! ↵ | Yann E. MORIN" | 2008-04-28 | 1 | -3/+5 |
| | | | | | | | | | | | Move build binutils' target libraries after final gcc. Have a unique list of steps, it's easier to maintain. /trunk/scripts/build/binutils.sh | 8 5 3 0 +++++--- /trunk/scripts/crosstool.sh | 16 2 14 0 ++-------------- /trunk/steps.mk | 29 16 13 0 ++++++++++++++++------------- 3 files changed, 23 insertions(+), 30 deletions(-) | ||||
* | Add building some binutils libraries for the target, as some utilities might ↵ | Yann E. MORIN" | 2008-04-27 | 1 | -0/+32 |
| | | | | | | | | need them. /trunk/scripts/build/binutils.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++ /trunk/config/binutils.in | 22 22 0 0 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) | ||||
* | Offer an option to build a static cross-gdb. | Yann E. MORIN" | 2008-04-27 | 1 | -0/+9 |
| | | | | | | /trunk/scripts/build/debug/gdb.sh | 9 9 0 0 +++++++++ /trunk/config/debug/gdb.in | 9 9 0 0 +++++++++ 2 files changed, 18 insertions(+) | ||||
* | Commit a long-standing eye-dcandy change in a log, that got lost in a vi ↵ | Yann E. MORIN" | 2008-04-17 | 1 | -1/+1 |
| | | | | | | | crash... scripts/build/tools/sstrip.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) | ||||
* | Move improperly installed gcc libraries to the sysroot. | Yann E. MORIN" | 2008-01-16 | 1 | -18/+5 |
| | | | | Remove a huge comment that itself says it should have been deleted ages ago. | ||||
* | Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, ↵ | Yann E. MORIN" | 2007-11-02 | 1 | -3/+3 |
| | | | | bootstrap cross-compiler when installing glibc headers. | ||||
* | ARM EABI is now working for little endian ARM targets. | Yann E. MORIN" | 2007-09-16 | 2 | -2/+17 |
| | | | | Big endian is still missing, though... | ||||
* | When sstrip is already downloaded, link instead of copying (as for all other | Yann E. MORIN" | 2007-09-16 | 1 | -3/+3 |
| | | | | | components). A little eye-candy fix. | ||||
* | Revert multilib handling. Even if we don't do multilib, we need to at least | Yann E. MORIN" | 2007-09-16 | 1 | -0/+5 |
| | | | | say we don't, and not let gcc choose on its own (which it does wrong). | ||||
* | Further improve the architecture-specific framework. | Yann E. MORIN" | 2007-09-15 | 2 | -36/+10 |
| | | | | | | Apply this framework into building of glibc and gcc. (Whoo! 500th commit! Yeah!) | ||||
* | Migrate all supported architectures to use the architecture-specific framework. | Yann E. MORIN" | 2007-09-14 | 1 | -12/+2 |
| | |||||
* | Fix setting floating point in uClibc (thanks to Szilveszter Ordog ↵ | Yann E. MORIN" | 2007-09-14 | 1 | -2/+2 |
| | | | | <ordog@mail.thot-soft.com>) | ||||
* | Add D.U.M.A. 2_5_8 and associated patches. | Yann E. MORIN" | 2007-09-07 | 1 | -1/+1 |
| | | | | | Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-( | ||||
* | In some cases, dmalloc fails to build when building in parallel. Do not use ↵ | Yann E. MORIN" | 2007-09-06 | 1 | -1/+1 |
| | | | | -j# for dmalloc. | ||||
* | Bah, a really small cosmetic fix... | Yann E. MORIN" | 2007-09-02 | 1 | -1/+1 |
| | |||||
* | Print a log message when entering/leaving the two core compiler passes. | Yann E. MORIN" | 2007-09-02 | 1 | -1/+5 |
| | |||||
* | Warn when using -pipe with glibc>=2.6. | Yann E. MORIN" | 2007-08-15 | 1 | -0/+2 |
| | |||||
* | Get rid of the core cc selection. It is now the same as the final compiler. | Yann E. MORIN" | 2007-08-15 | 5 | -199/+176 |
| | |||||
* | Don't use -pipe when building glibc>=2.6: ./configure chokes on it. | Yann E. MORIN" | 2007-08-12 | 1 | -6/+20 |
| | | | | (This is because "gcc -pipe --help" doesn't print what it should print). | ||||
* | A little cleanup in the glibc's pthread headers install. | Yann E. MORIN" | 2007-08-03 | 1 | -2/+5 |
| | |||||
* | Remove any reference to libfloat. That has gone once and for all. | Yann E. MORIN" | 2007-07-30 | 2 | -73/+1 |
| | | | | | | | | | | Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker. | ||||
* | Tidy up a bit the uClibc config munging. | Yann E. MORIN" | 2007-07-28 | 1 | -16/+18 |
| | |||||
* | Fix installing a glibc header for those archs that are in ports. | Yann E. MORIN" | 2007-07-22 | 1 | -0/+3 |
| | |||||
* | Update the download messages for sstrip.c to the same mesages used in ↵ | Yann E. MORIN" | 2007-07-17 | 1 | -2/+6 |
| | | | | scripts/functions. | ||||
* | Add an option to save downloaded tarballs to local tarballs directory. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 |
| | | | | | Sanitise CT_GetFile. Change some messages (Copying -> Retrieving). | ||||
* | Redirect the strace build messages to the logger! | Yann E. MORIN" | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Add ltrace (and libelf) utilities. | Yann E. MORIN" | 2007-07-13 | 2 | -0/+92 |
| | | | | Marked as BROKEN for others to debug that if they need it. | ||||
* | Add strace debugging aid. | Yann E. MORIN" | 2007-07-12 | 1 | -0/+38 |
| | |||||
* | Use "$CT_CC}" instead of "gcc" when calling target compilers. | Yann E. MORIN" | 2007-07-12 | 2 | -4/+4 |
| | |||||
* | Add D.U.M.A., the Electric Fence successor. | Yann E. MORIN" | 2007-07-12 | 1 | -0/+64 |
| | |||||
* | Fix linking target-cc to target-gcc. | Yann E. MORIN" | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | Fix a type in the debug and tools templates. | Yann E. MORIN" | 2007-07-11 | 2 | -4/+4 |
| | |||||
* | Change the target-cc link from soft to hard. This way, there's no soft link ↵ | Yann E. MORIN" | 2007-07-11 | 1 | -1/+1 |
| | | | | in this directory. | ||||
* | Add a utility to populate a root directory with libraries from the toolchain. | Yann E. MORIN" | 2007-07-08 | 1 | -0/+4 |
| | |||||
* | More uClibc parrallel compilation cleanup. | Yann E. MORIN" | 2007-07-07 | 1 | -3/+2 |
| | |||||
* | Parrallel compilation is broken for uClibc (I don't know if any of my ↵ | Yann E. MORIN" | 2007-07-07 | 1 | -2/+1 |
| | | | | patches is doing it, or if mainline is already broken). | ||||
* | Silence "which" being verbose in some distros. (eg. Mandriva's which spawns ↵ | Yann E. MORIN" | 2007-07-07 | 1 | -3/+3 |
| | | | | "foobar was not found in /bin:/usr/bin:...." directly on stderr) | ||||
* | Before trying to download sstrip (from buildroot), try a local copy first. | Yann E. MORIN" | 2007-07-04 | 1 | -0/+6 |
| | |||||
* | Make checking the linux installed headers optional (instead of systematic). | Yann E. MORIN" | 2007-07-03 | 1 | -9/+10 |
| | |||||
* | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 2 | -2/+2 |
| | | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action> | ||||
* | Offer an option to build the gdbserver statically. This helps in case of ↵ | Yann E. MORIN" | 2007-06-17 | 1 | -0/+6 |
| | | | | debugging shared library loading. | ||||
* | Fix printing components' file names. | Yann E. MORIN" | 2007-06-16 | 7 | -8/+11 |
| |