aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>)
* Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).Yann E. MORIN"2007-09-141-1/+2
|
* Sanitise ./configure a little bit.Yann E. MORIN"2007-09-121-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-124-3/+4
| | | | Don't hardcode ncurses include and link flags.
* Update credits to give adequate credit to Al Stone.Yann E. MORIN"2007-09-111-1/+1
|
* Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"2007-09-113-0/+252
|
* make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: ↵Yann E. MORIN"2007-09-111-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-081-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-081-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-076-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-061-2/+2
| | | | options.
* Fix the glibc-2.6.1 ARM NPTL patch.Yann E. MORIN"2007-09-061-2/+2
|
* Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with ↵Yann E. MORIN"2007-09-061-9/+9
| | | | NPTL.
* Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.Yann E. MORIN"2007-09-062-1/+14
| | | | Fix a comment.
* Updated the armeb-unknown-linux-gnu sample.Yann E. MORIN"2007-09-061-9/+16
|
* Updated the arm-unknown-linux-uclibc sample.Yann E. MORIN"2007-09-061-9/+16
|
* Updated the x86_64-unknown-linux-uclibc sample.Yann E. MORIN"2007-09-061-9/+16
|
* Update the i586-geode-linux-uclibc sample.Yann E. MORIN"2007-09-061-9/+16
|
* Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).Yann E. MORIN"2007-09-061-4/+4
|
* In some cases, dmalloc fails to build when building in parallel. Do not use ↵Yann E. MORIN"2007-09-061-1/+1
| | | | -j# for dmalloc.
* Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"2007-09-061-6/+13
|
* Update the armeb-unknown-linux-uclibc sample.Yann E. MORIN"2007-09-051-9/+16
|
* Update the i686-nptl-linux-gnu sample.Yann E. MORIN"2007-09-051-9/+16
|
* 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
|
* Add linux-2.6.22.6 for the kernel headers.Yann E. MORIN"2007-09-021-0/+6
|
* Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered ↵Yann E. MORIN"2007-09-021-4/+2
| | | | as such.
* Bump version to .svn.Yann E. MORIN"2007-09-011-1/+1
|
* Bump version to 0.3.1.Yann E. MORIN"2007-09-011-1/+1
|
* Update CREDITS.Yann E. MORIN"2007-09-011-0/+4
|
* Trying to guess how we were called does not work. Don't try to be smart, and ↵Yann E. MORIN"2007-08-311-1/+1
| | | | take the full path, even if we are in PATH.
* For those architectures that support both endianness, some default to big ↵Yann E. MORIN"2007-08-301-0/+12
| | | | | | endian, others default to little endian. Make this possible in the target selection menu.
* Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2007-08-302-15/+27
|
* Add linux-2.6.22.{4,5}Yann E. MORIN"2007-08-291-0/+12
|
* Add binutils-2.18.Yann E. MORIN"2007-08-291-0/+5
|
* Fix restoring the environment.Yann E. MORIN"2007-08-161-1/+1
|
* Bump version to +svn.Yann E. MORIN"2007-08-151-1/+1
|
* Bump version to 0.3.0.Yann E. MORIN"2007-08-151-1/+1
|