aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add EXPERIMENTAL binutils 2.18.50.x.y versions.Yann E. MORIN"2008-02-151-0/+24
|
* Update the list of kernel versions.Yann E. MORIN"2008-02-151-41/+72
|
* Robet P. J. DAY: typoes.Yann E. MORIN"2008-02-1417-20/+20
|
* Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).Yann E. MORIN"2008-02-141-6/+17
| | | | Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)
* Add latest kernel versions (Robert P. J. DAY).Yann E. MORIN"2008-02-142-0/+18
|
* Argh! Kill latest (hopefuly) remnants of core/final gcc versions.Yann E. MORIN"2008-02-141-17/+5
|
* Credit Mark Jonas <toertel@gmail.com> for the initial work on Super-H support.Yann E. MORIN"2008-01-281-0/+3
| | | | (I forgot to add you to the CREDITS at the time, sorry Mark).
* Credit Michael Abbott.Yann E. MORIN"2008-01-281-0/+3
|
* Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work ↵Yann E. MORIN"2008-01-281-3/+3
| | | | with ancient findutils.
* Add a new patch to uClibc-0.9.29.Yann E. MORIN"2008-01-181-0/+18
|
* Bump version to 1.0.0+svn.Yann E. MORIN"2008-01-161-1/+1
|
* Bump version to 1.0.0.Yann E. MORIN"2008-01-161-1/+1
| | | | | | | | | | | I consider crosstool-NG to be stable enough that a 1.0.0 release is acceptable. I've been using it daily since a long time without really serious _crosstool-NG_ bug (although there are a few minor ones). There is still a lot of work, especially with Super-H and IA64 support, which are both marked EXPERIMENTAL. Enjoy!
* Update the samples to the new set of options (not changing the configuration).Yann E. MORIN"2008-01-169-76/+131
|
* Move improperly installed gcc libraries to the sysroot.Yann E. MORIN"2008-01-161-18/+5
| | | | Remove a huge comment that itself says it should have been deleted ages ago.
* Merge the preliminary Super-H support from /branches/Super-H.Yann E. MORIN"2008-01-163-0/+70
|
* Fix a long standing bug when setting compiler flags.Yann E. MORIN"2008-01-161-1/+1
|
* Bail out if /bin/bash does not exist, or if it is not bash>=3.0.Yann E. MORIN"2008-01-162-1/+9
| | | | Force make to use /bin/bash as shell.
* Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, ↵Yann E. MORIN"2007-11-021-3/+3
| | | | bootstrap cross-compiler when installing glibc headers.
* Add EXPERIMENTAL glibc-2.7.Yann E. MORIN"2007-10-301-0/+6
|
* Add EXPERIMENTAL gcc-4.2.2.Yann E. MORIN"2007-10-301-0/+6
|
* Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.Yann E. MORIN"2007-10-301-0/+17
|
* New patch to binutils 2.18, from "Matvejchikov Ilya" ↵Yann E. MORIN"2007-10-301-0/+32
| | | | | | <matvejchikov@gmail.com> (coming from buildroot). Fixes building with /old/ version of texinfo. Thanks!
* Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from ↵Yann E. MORIN"2007-10-301-1/+1
| | | | | | CT_ARCH_TUNE. Thanks for spotting this one! ;-)
* Add linux-2.6.22.{8,9}.Yann E. MORIN"2007-09-291-0/+12
|
* Do not try to save new;y downloaded tarballs to local storage if the ↵Yann E. MORIN"2007-09-231-1/+7
| | | | directory does not exist.
* Renamed all patches file names so that locales are now irrelevant to sort ↵Yann E. MORIN"2007-09-23150-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-221-0/+6
|
* Bump version to 0.3.2+svn.Yann E. MORIN"2007-09-171-1/+1
|
* Bump version to 0.3.2Yann E. MORIN"2007-09-171-1/+1
|
* Mark ARM EABI as being EXPERIMENTAL.Yann E. MORIN"2007-09-171-1/+2
|
* ARM EABI is now working for little endian ARM targets.Yann E. MORIN"2007-09-166-9/+494
| | | | Big endian is still missing, though...
* Fix using --local.Yann E. MORIN"2007-09-162-1/+1
|
* Simplify a bit more bash detection.Yann E. MORIN"2007-09-161-2/+2
|
* Call architecture-specific functions from all scripts needing them.Yann E. MORIN"2007-09-163-1/+8
|
* When sstrip is already downloaded, link instead of copying (as for all otherYann E. MORIN"2007-09-161-3/+3
| | | | | components). A little eye-candy fix.
* Revert multilib handling. Even if we don't do multilib, we need to at leastYann E. MORIN"2007-09-161-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-155-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-151-3/+0
|
* Another little fix in the documentation.Yann E. MORIN"2007-09-141-7/+7
|
* A little fix in the documentation.Yann E. MORIN"2007-09-141-1/+2
|
* Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"2007-09-148-24/+13
|
* Update docs/CREDITS: ARM EABI support.Yann E. MORIN"2007-09-142-4/+13
| | | | Update README: point at docs/CREDITS.
* Initial support for ARM EABI (courtesy Szilveszter Ordog ↵Yann E. MORIN"2007-09-142-2/+16
| | | | <ordog@mail.thot-soft.com>).
* Small eye-candy fix.Yann E. MORIN"2007-09-141-1/+2
|
* Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"2007-09-148-54/+116
|
* Stop build if Makefile.in was changed.Yann E. MORIN"2007-09-141-1/+6
|
* Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"2007-09-142-2/+38
|
* Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"2007-09-1413-1/+22
| | | | API is not yet defined.
* Small eye candy fix.Yann E. MORIN"2007-09-141-3/+3
|
* Fix setting floating point in uClibc (thanks to Szilveszter Ordog ↵Yann E. MORIN"2007-09-141-2/+2
| | | | <ordog@mail.thot-soft.com>)