summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-14Update docs/CREDITS: ARM EABI support.Yann E. MORIN"2-4/+13
Update README: point at docs/CREDITS.
2007-09-14Initial support for ARM EABI (courtesy Szilveszter Ordog ↵Yann E. MORIN"2-2/+16
<ordog@mail.thot-soft.com>).
2007-09-14Small eye-candy fix.Yann E. MORIN"1-1/+2
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"8-54/+116
2007-09-14Stop build if Makefile.in was changed.Yann E. MORIN"1-1/+6
2007-09-14Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"2-2/+38
2007-09-14Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"13-1/+22
API is not yet defined.
2007-09-14Small eye candy fix.Yann E. MORIN"1-3/+3
2007-09-14Fix setting floating point in uClibc (thanks to Szilveszter Ordog ↵Yann E. MORIN"1-2/+2
<ordog@mail.thot-soft.com>)
2007-09-14Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).Yann E. MORIN"1-1/+2
2007-09-12Sanitise ./configure a little bit.Yann E. MORIN"1-23/+30
Add a check for bash 3.0 or above.
2007-09-12Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!Yann E. MORIN"4-3/+4
Don't hardcode ncurses include and link flags.
2007-09-11Update credits to give adequate credit to Al Stone.Yann E. MORIN"1-1/+1
2007-09-11Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"3-0/+252
2007-09-11make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: ↵Yann E. MORIN"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.
2007-09-08Use symlinks to the localy stored tarballs rather than copying them.Yann E. MORIN"1-3/+4
If saving tarballs to local storage is selected, move newly downloaded tarballs there and symlink.
2007-09-08In a directory previously used as CT_TOP_DIR, when using a new version, ↵Yann E. MORIN"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.
2007-09-07Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"6-92/+62
Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-(
2007-09-06ARM defaults to LE, MIPS to BE. Reflect this in the target configuration ↵Yann E. MORIN"1-2/+2
options.
2007-09-06Fix the glibc-2.6.1 ARM NPTL patch.Yann E. MORIN"1-2/+2
2007-09-06Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with ↵Yann E. MORIN"1-9/+9
NPTL.
2007-09-06Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.Yann E. MORIN"2-1/+14
Fix a comment.
2007-09-06Updated the armeb-unknown-linux-gnu sample.Yann E. MORIN"1-9/+16
2007-09-06Updated the arm-unknown-linux-uclibc sample.Yann E. MORIN"1-9/+16
2007-09-06Updated the x86_64-unknown-linux-uclibc sample.Yann E. MORIN"1-9/+16
2007-09-06Update the i586-geode-linux-uclibc sample.Yann E. MORIN"1-9/+16
2007-09-06Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).Yann E. MORIN"1-4/+4
2007-09-06In some cases, dmalloc fails to build when building in parallel. Do not use ↵Yann E. MORIN"1-1/+1
-j# for dmalloc.
2007-09-06Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"1-6/+13
2007-09-05Update the armeb-unknown-linux-uclibc sample.Yann E. MORIN"1-9/+16
2007-09-05Update the i686-nptl-linux-gnu sample.Yann E. MORIN"1-9/+16
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-09-02Add linux-2.6.22.6 for the kernel headers.Yann E. MORIN"1-0/+6
2007-09-02Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered ↵Yann E. MORIN"1-4/+2
as such.
2007-09-01Bump version to .svn.Yann E. MORIN"1-1/+1
2007-09-01Bump version to 0.3.1.crosstool-ng-0.3.1Yann E. MORIN"1-1/+1
2007-09-01Update CREDITS.Yann E. MORIN"1-0/+4
2007-08-31Trying to guess how we were called does not work. Don't try to be smart, and ↵Yann E. MORIN"1-1/+1
take the full path, even if we are in PATH.
2007-08-30For those architectures that support both endianness, some default to big ↵Yann E. MORIN"1-0/+12
endian, others default to little endian. Make this possible in the target selection menu.
2007-08-30Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2-15/+27
2007-08-29Add linux-2.6.22.{4,5}Yann E. MORIN"1-0/+12
2007-08-29Add binutils-2.18.Yann E. MORIN"1-0/+5
2007-08-16Fix restoring the environment.Yann E. MORIN"1-1/+1
2007-08-15Bump version to +svn.Yann E. MORIN"1-1/+1
2007-08-15Bump version to 0.3.0.crosstool-ng-0.3.0Yann E. MORIN"1-1/+1
2007-08-15Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"7-726/+71
since we dropped the core C compiler and many obsolete versions).
2007-08-15Add patches against gcc-3.4.6. Untested.Yann E. MORIN"17-0/+14652
2007-08-15Clarify licensing issues.Yann E. MORIN"1-8/+14
2007-08-15Add linux-2.6.22.3 for kernel headers isntall.Yann E. MORIN"1-0/+6