summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-01Vampirise patches for binutils 2.17 from buildroot.Yann E. MORIN"6-0/+263
2007-05-01Remove the superfluous _config suffix to preconfigured targets (in "make help").Yann E. MORIN"1-6/+5
2007-05-01Update tools/config.sub to latest from gnu.orgYann E. MORIN"1-1/+5
2007-05-01Add uClibc-0.9.29_rc1.Yann E. MORIN"1-0/+5
2007-05-01Add linux 2.6.21 and 2.6.21.1 for headers_install.Yann E. MORIN"1-0/+11
2007-05-01Some little cosmetics in final compiler.Yann E. MORIN"1-3/+3
2007-04-23The linux kernel config file is now optional. If none is given, a default ↵Yann E. MORIN"2-4/+18
one is created using the default target for the given architecture.
2007-04-23Fixed a non-fatal bug in a sed expression.Yann E. MORIN"2-5/+5
Some cosmetics as well.
2007-04-23Second shot at merging from the MIPS branch:Yann E. MORIN"4-30/+67
- log level boost for warnings and errors - option re-ordering - help updating
2007-04-23Merge missing ABI code from the MIPS branch.Yann E. MORIN"1-0/+3
2007-04-21Merge first shot from the MIPS branch.Yann E. MORIN"4-0/+38
2007-04-18Maybe one time we'll have subdirs in the config/ directory: find all ↵Yann E. MORIN"1-2/+1
dependencies for .config. Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
2007-04-18When adding a new tool version, allow it to be EXPERIMENTAL.Yann E. MORIN"1-26/+35
2007-04-18Try to further fix using of the build and/or host tools for binutils to ↵Yann E. MORIN"1-2/+4
build properly.
2007-04-17Add the EXPERIMENTAL option to show options marked as such.Yann E. MORIN"5-131/+182
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional. Reorder menus accordingly.
2007-04-17Once in a while I write some documentation... Not often enough...Yann E. MORIN"1-2/+63
2007-04-15Update to latest kconfig from linux-2.6.20.7.Yann E. MORIN"7-82/+80
I'm not sure of the improvements, but at least we're up-to-date, and updating in the future will be easier.
2007-04-15Add headers_install for 2.6.20.7.Yann E. MORIN"1-0/+6
2007-04-11Add an option for those having the kernel headers pre-installed from a ↵Yann E. MORIN"3-37/+81
customised local tree. In that case, neither download, nor extract, nor patch.
2007-04-11Update credits.Yann E. MORIN"1-0/+3
2007-04-11Don't prompt for endianness not suppoted by selected architecture.Yann E. MORIN"1-0/+16
Change suggested by Robert P. J. DAY <rpjday@mindspring.com>.
2007-04-11Change suggested by Robert P. J. DAY <rpjday@mindspring.com> to rename the ↵Yann E. MORIN"1-1/+1
"Kernel to use" prompt with "Target OS".
2007-04-10Bump version to 0.0.2-svn (not released yet).Yann E. MORIN"1-1/+1
2007-04-10Mark the version to be 0.0.1. First released snapshot.crosstool-ng-0.0.1Yann E. MORIN"1-1/+1
2007-04-10Use ${CT_TOP_DIR}/build as a base for build directories (used in default ↵Yann E. MORIN"2-6/+10
values for paths). Remove this directory on distclean (hard-coded). Mark the version to be 0.0.1-svn (no release yet).
2007-04-10Ignore the 'build' directory at CT_TOP_DIR.Yann E. MORIN"0-0/+0
2007-04-10Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers ↵Yann E. MORIN"2-8/+17
and binutils-2.17.50.0.14.
2007-04-10Ah! Recent versions of binutils need some of the build system (read ↵Yann E. MORIN"1-1/+9
CT_BUILD) tools to be accessible (ar is but an example). Fix typo.
2007-04-10Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.Yann E. MORIN"1-0/+49
2007-04-10Add patches for binutils 2.17.50.0.14.Yann E. MORIN"4-0/+218
Vampirised fron buildroot.
2007-04-10While migrating the samples to use ${CT_TOP_DIR}/build as base for the build ↵Yann E. MORIN"1-2/+2
directories, the Makefile rules stoped working. This is because 'all' depends on 'build', which does exist, and make believes there's noting to do. Work this around by using a rule named '_ct_build' instead of plain 'build'.
2007-04-10Add 2.6.20.5 and 2.6.20.6 linux kernel versions.Yann E. MORIN"1-0/+12
2007-04-10Update config.guess.Yann E. MORIN"2-8/+11
Minor comment fix.
2007-03-31Add new kernel versions (2.6.20.{2,3,4}) and binutils versions ↵Yann E. MORIN"4-4/+42
(2.17.50.0.1{1,2,3,4}). Fix typo in comment: qbove -> above.
2007-03-21Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.Yann E. MORIN"1-1/+2
2007-03-21Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for ↵Yann E. MORIN"4-2/+17
those C libraries with no support (old uClibc).
2007-03-12Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"3-7/+12
platform. A bit of help tweaking.
2007-03-11Allan Clark <allanc@chickenandporn.com> provided a way to build on host ↵Yann E. MORIN"1-2/+6
lacking a proper libintl (such as MacOS-X). Thank you Allan!
2007-03-11Rename directory "licenses" to "licenses.d" for those filesystems unable to ↵Yann E. MORIN"12-6/+6
handle lower/upper case. Update COPYING accordingly.
2007-03-10Fix C library addons/locales downloading.Yann E. MORIN"2-11/+19
Prepare for using the ports addon easily.
2007-03-07Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 ↵Yann E. MORIN"2-14/+36
kernel headers.
2007-03-07Add an option to remove the generated documentation.Yann E. MORIN"2-0/+13
(After an idea from Enrico Weigelt <weigelt@metux.de>).
2007-03-04Add gcc-4.1.2 and update associated patches.Yann E. MORIN"13-206/+195
2007-03-04Left-over dating from the conversion from .crosstool.config to plain .config.Yann E. MORIN"1-4/+0
2007-03-04utilising -> usingYann E. MORIN"1-3/+3
2007-03-04Add sanity checks.Yann E. MORIN"1-2/+4
2007-03-04Update i586-geode-linux-uclibc sample:Yann E. MORIN"3-374/+682
- use uClibc-0.9.28.3 - use linux-2.6.20 for kernel headers
2007-03-04Add linux-2.6.20.1. as a choice for linux kernel headers.Yann E. MORIN"1-0/+6
2007-03-04Argh! again. I also forgot to commit the config file enabling ↵Yann E. MORIN"1-0/+5
uClibc-0.9.28.3... :-(
2007-03-04Argh! I forgot to commit the uClibc-0.9.28.3 patches...Yann E. MORIN"6-0/+139