Yann E. MORIN"
3da40a23b7
Add linux 2.6.21 and 2.6.21.1 for headers_install.
16 years ago
Yann E. MORIN"
3aa41a1751
Some little cosmetics in final compiler.
16 years ago
Yann E. MORIN"
4902ad7b07
The linux kernel config file is now optional. If none is given, a default one is created using the default target for the given architecture.
16 years ago
Yann E. MORIN"
dfe9efd35f
Fixed a non-fatal bug in a sed expression.
...
Some cosmetics as well.
16 years ago
Yann E. MORIN"
7779137ba8
Second shot at merging from the MIPS branch:
...
- log level boost for warnings and errors
- option re-ordering
- help updating
16 years ago
Yann E. MORIN"
9d86cde662
Merge missing ABI code from the MIPS branch.
16 years ago
Yann E. MORIN"
c1efc08c09
Merge first shot from the MIPS branch.
16 years ago
Yann E. MORIN"
2cdae6ce02
Maybe one time we'll have subdirs in the config/ directory: find all dependencies for .config.
...
Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
16 years ago
Yann E. MORIN"
ab7e22eb20
When adding a new tool version, allow it to be EXPERIMENTAL.
16 years ago
Yann E. MORIN"
66bc1c8896
Try to further fix using of the build and/or host tools for binutils to build properly.
16 years ago
Yann E. MORIN"
5b96251953
Add the EXPERIMENTAL option to show options marked as such.
...
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional.
Reorder menus accordingly.
16 years ago
Yann E. MORIN"
8c5cfe649d
Once in a while I write some documentation... Not often enough...
16 years ago
Yann E. MORIN"
afaffaea38
Update to latest kconfig from linux-2.6.20.7.
...
I'm not sure of the improvements, but at least we're up-to-date, and updating in the future will be easier.
16 years ago
Yann E. MORIN"
5fbbd29ee6
Add headers_install for 2.6.20.7.
16 years ago
Yann E. MORIN"
f1143ea8e9
Add an option for those having the kernel headers pre-installed from a customised local tree.
...
In that case, neither download, nor extract, nor patch.
16 years ago
Yann E. MORIN"
02c025d331
Update credits.
16 years ago
Yann E. MORIN"
391eb7976d
Don't prompt for endianness not suppoted by selected architecture.
...
Change suggested by Robert P. J. DAY <rpjday@mindspring.com>.
16 years ago
Yann E. MORIN"
5f1a6f35e0
Change suggested by Robert P. J. DAY <rpjday@mindspring.com> to rename the "Kernel to use" prompt with "Target OS".
16 years ago
Yann E. MORIN"
09d1b0bd40
Bump version to 0.0.2-svn (not released yet).
16 years ago
Yann E. MORIN"
84b2e65191
Mark the version to be 0.0.1. First released snapshot.
16 years ago
Yann E. MORIN"
67e0229331
Use ${CT_TOP_DIR}/build as a base for build directories (used in default values for paths).
...
Remove this directory on distclean (hard-coded).
Mark the version to be 0.0.1-svn (no release yet).
16 years ago
Yann E. MORIN"
294ea44f19
Ignore the 'build' directory at CT_TOP_DIR.
16 years ago
Yann E. MORIN"
0a5d7a0bb6
Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers and binutils-2.17.50.0.14.
16 years ago
Yann E. MORIN"
be398a9031
Ah! Recent versions of binutils need some of the build system (read CT_BUILD) tools to be accessible (ar is but an example).
...
Fix typo.
16 years ago
Yann E. MORIN"
0cff389fe1
Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.
16 years ago
Yann E. MORIN"
dbf7a4b14b
Add patches for binutils 2.17.50.0.14.
...
Vampirised fron buildroot.
16 years ago
Yann E. MORIN"
cc0082c508
While migrating the samples to use ${CT_TOP_DIR}/build as base for the build 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'.
16 years ago
Yann E. MORIN"
b426a71b53
Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
16 years ago
Yann E. MORIN"
0e479dbc93
Update config.guess.
...
Minor comment fix.
16 years ago
Yann E. MORIN"
a57d858149
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
...
Fix typo in comment: qbove -> above.
16 years ago
Yann E. MORIN"
f6b21895ca
Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.
16 years ago
Yann E. MORIN"
aaea34768c
Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).
16 years ago
Yann E. MORIN"
19e8f6a15a
Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
...
A bit of help tweaking.
16 years ago
Yann E. MORIN"
d16255f5e5
Allan Clark <allanc@chickenandporn.com> provided a way to build on host lacking a proper libintl (such as MacOS-X).
...
Thank you Allan!
16 years ago
Yann E. MORIN"
79f2ee09f5
Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case.
...
Update COPYING accordingly.
16 years ago
Yann E. MORIN"
a4a2447346
Fix C library addons/locales downloading.
...
Prepare for using the ports addon easily.
16 years ago
Yann E. MORIN"
1539198c6a
Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 kernel headers.
16 years ago
Yann E. MORIN"
dcdd2844e4
Add an option to remove the generated documentation.
...
(After an idea from Enrico Weigelt <weigelt@metux.de>).
16 years ago
Yann E. MORIN"
1772045f66
Add gcc-4.1.2 and update associated patches.
16 years ago
Yann E. MORIN"
28519997cb
Left-over dating from the conversion from .crosstool.config to plain .config.
16 years ago
Yann E. MORIN"
e8f034284b
utilising -> using
16 years ago
Yann E. MORIN"
8456b5fdb9
Add sanity checks.
16 years ago
Yann E. MORIN"
d2ac914c75
Update i586-geode-linux-uclibc sample:
...
- use uClibc-0.9.28.3
- use linux-2.6.20 for kernel headers
16 years ago
Yann E. MORIN"
8045d5becf
Add linux-2.6.20.1. as a choice for linux kernel headers.
16 years ago
Yann E. MORIN"
b0ef040473
Argh! again. I also forgot to commit the config file enabling uClibc-0.9.28.3... :-(
16 years ago
Yann E. MORIN"
56f56ed8bf
Argh! I forgot to commit the uClibc-0.9.28.3 patches...
16 years ago
Yann E. MORIN"
2884f2cf16
Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3.
16 years ago
Yann E. MORIN"
081d90ba03
Update armeb-unknown-linux-uClibc sample:
...
- use uClibc-0.9.28.2 with locales,
- use libfloat.
16 years ago
Yann E. MORIN"
c050562a41
Update the armeb-unknow-linux-gnu sample.
16 years ago
Yann E. MORIN"
3f3aef0db7
Remove useless config targets.
16 years ago