Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not try to save new;y downloaded tarballs to local storage if the ↵ | Yann E. MORIN" | 2007-09-23 | 1 | -1/+7 | |
| | | | | directory does not exist. | |||||
* | Renamed all patches file names so that locales are now irrelevant to sort ↵ | Yann E. MORIN" | 2007-09-23 | 150 | -656/+0 | |
| | | | | | | | the files. Removed the locale check as it is now irrelevant. Removed the experimental binutils 2.17.50.0.xx: 2.18 is here now. | |||||
* | Add linux-2.6.22.7 for kernel headers. | Yann E. MORIN" | 2007-09-22 | 1 | -0/+6 | |
| | ||||||
* | Bump version to 0.3.2+svn. | Yann E. MORIN" | 2007-09-17 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.3.2 | Yann E. MORIN" | 2007-09-17 | 1 | -1/+1 | |
| | ||||||
* | Mark ARM EABI as being EXPERIMENTAL. | Yann E. MORIN" | 2007-09-17 | 1 | -1/+2 | |
| | ||||||
* | ARM EABI is now working for little endian ARM targets. | Yann E. MORIN" | 2007-09-16 | 6 | -9/+494 | |
| | | | | Big endian is still missing, though... | |||||
* | Fix using --local. | Yann E. MORIN" | 2007-09-16 | 2 | -1/+1 | |
| | ||||||
* | Simplify a bit more bash detection. | Yann E. MORIN" | 2007-09-16 | 1 | -2/+2 | |
| | ||||||
* | Call architecture-specific functions from all scripts needing them. | Yann E. MORIN" | 2007-09-16 | 3 | -1/+8 | |
| | ||||||
* | 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 | 5 | -64/+77 | |
| | | | | | | Apply this framework into building of glibc and gcc. (Whoo! 500th commit! Yeah!) | |||||
* | We don't support Cygwin yet, no point in having quirks in. | Yann E. MORIN" | 2007-09-15 | 1 | -3/+0 | |
| | ||||||
* | Another little fix in the documentation. | Yann E. MORIN" | 2007-09-14 | 1 | -7/+7 | |
| | ||||||
* | A little fix in the documentation. | Yann E. MORIN" | 2007-09-14 | 1 | -1/+2 | |
| | ||||||
* | Further expand the architecture-specific function: add CT_KERNEL_ARCH building. | Yann E. MORIN" | 2007-09-14 | 8 | -24/+13 | |
| | ||||||
* | Update docs/CREDITS: ARM EABI support. | Yann E. MORIN" | 2007-09-14 | 2 | -4/+13 | |
| | | | | Update README: point at docs/CREDITS. | |||||
* | Initial support for ARM EABI (courtesy Szilveszter Ordog ↵ | Yann E. MORIN" | 2007-09-14 | 2 | -2/+16 | |
| | | | | <ordog@mail.thot-soft.com>). | |||||
* | Small eye-candy fix. | Yann E. MORIN" | 2007-09-14 | 1 | -1/+2 | |
| | ||||||
* | Migrate all supported architectures to use the architecture-specific framework. | Yann E. MORIN" | 2007-09-14 | 8 | -54/+116 | |
| | ||||||
* | Stop build if Makefile.in was changed. | Yann E. MORIN" | 2007-09-14 | 1 | -1/+6 | |
| | ||||||
* | Improve (POSIX-wise) determination of bashh version. | Yann E. MORIN" | 2007-09-14 | 2 | -2/+38 | |
| | ||||||
* | Add the framework to have architecture-specific configuration and functions. | Yann E. MORIN" | 2007-09-14 | 13 | -1/+22 | |
| | | | | API is not yet defined. | |||||
* | Small eye candy fix. | Yann E. MORIN" | 2007-09-14 | 1 | -3/+3 | |
| | ||||||
* | Fix setting floating point in uClibc (thanks to Szilveszter Ordog ↵ | Yann E. MORIN" | 2007-09-14 | 1 | -2/+2 | |
| | | | | <ordog@mail.thot-soft.com>) | |||||
* | Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>). | Yann E. MORIN" | 2007-09-14 | 1 | -1/+2 | |
| | ||||||
* | Sanitise ./configure a little bit. | Yann E. MORIN" | 2007-09-12 | 1 | -23/+30 | |
| | | | | Add a check for bash 3.0 or above. | |||||
* | Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash! | Yann E. MORIN" | 2007-09-12 | 4 | -3/+4 | |
| | | | | Don't hardcode ncurses include and link flags. | |||||
* | Update credits to give adequate credit to Al Stone. | Yann E. MORIN" | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | Merge from branches/ia64@476 : add ia64 preliminary support. | Yann E. MORIN" | 2007-09-11 | 3 | -0/+252 | |
| | ||||||
* | make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: ↵ | Yann E. MORIN" | 2007-09-11 | 1 | -9/+5 | |
| | | | | | | don't try to be smart, we just _know_ where ct-ng is at configure time! Fis a latent bug in handling the number parallel jobs. | |||||
* | Use symlinks to the localy stored tarballs rather than copying them. | Yann E. MORIN" | 2007-09-08 | 1 | -3/+4 | |
| | | | | If saving tarballs to local storage is selected, move newly downloaded tarballs there and symlink. | |||||
* | In a directory previously used as CT_TOP_DIR, when using a new version, ↵ | Yann E. MORIN" | 2007-09-08 | 1 | -1/+1 | |
| | | | | | | ct-ng will fail to create the symlink to the new config files. Fix that by forcing creation of the symlink, even if it already exists and points to a previous location. | |||||
* | Add D.U.M.A. 2_5_8 and associated patches. | Yann E. MORIN" | 2007-09-07 | 6 | -92/+62 | |
| | | | | | Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-( | |||||
* | ARM defaults to LE, MIPS to BE. Reflect this in the target configuration ↵ | Yann E. MORIN" | 2007-09-06 | 1 | -2/+2 | |
| | | | | options. | |||||
* | Fix the glibc-2.6.1 ARM NPTL patch. | Yann E. MORIN" | 2007-09-06 | 1 | -2/+2 | |
| | ||||||
* | Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with ↵ | Yann E. MORIN" | 2007-09-06 | 1 | -9/+9 | |
| | | | | NPTL. | |||||
* | Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1. | Yann E. MORIN" | 2007-09-06 | 2 | -1/+14 | |
| | | | | Fix a comment. | |||||
* | Updated the armeb-unknown-linux-gnu sample. | Yann E. MORIN" | 2007-09-06 | 1 | -9/+16 | |
| | ||||||
* | Updated the arm-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-09-06 | 1 | -9/+16 | |
| | ||||||
* | Updated the x86_64-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-09-06 | 1 | -9/+16 | |
| | ||||||
* | Update the i586-geode-linux-uclibc sample. | Yann E. MORIN" | 2007-09-06 | 1 | -9/+16 | |
| | ||||||
* | Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1). | Yann E. MORIN" | 2007-09-06 | 1 | -4/+4 | |
| | ||||||
* | 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. | |||||
* | Update the mips-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-09-06 | 1 | -6/+13 | |
| | ||||||
* | Update the armeb-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-09-05 | 1 | -9/+16 | |
| | ||||||
* | Update the i686-nptl-linux-gnu sample. | Yann E. MORIN" | 2007-09-05 | 1 | -9/+16 | |
| | ||||||
* | 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 | |
| |