Commit Graph

268 Commits

Author SHA1 Message Date
Yann E. MORIN"
cce0822e95 Update armeb-unknown-linux-uclibc sample:
- no need for the kernel .config file,
 - globqlly update to latest set of options.
2007-05-07 21:47:38 +00:00
Yann E. MORIN"
13e8e5c773 Simplify kernel config file need.
Don't build a default config file when not needed.
2007-05-07 21:45:31 +00:00
Yann E. MORIN"
ef65aeae8f Don't print directories as we descend into them. 2007-05-07 16:10:17 +00:00
Yann E. MORIN"
64d804c4f6 Fix glibc and uClibc downloading and extracting.
Although we no longer need the kernel config file, we now need to specify the kernel source directory when installing headers.
Re-order components downloading to match build order.
Fix the saveSample.sh script in case the referenced files are the same as the destination files.
2007-05-07 15:57:02 +00:00
Yann E. MORIN"
58b4c6d0a4 Merge the save-sample branch to trunk:
- reorder most of the environment setup,
 - geting, extracting and patching are now components' sub-actions,
 - save the current config as a sample to be used as a pre-configured target.
2007-05-07 09:04:02 +00:00
Yann E. MORIN"
45e6df196b Linux kernel headers install does not need the kernel to be configured. Dropping this unneccessary step. 2007-05-06 21:47:29 +00:00
Yann E. MORIN"
96d28dc7d3 Introduce an OBSOLETE config option, to mask-out legacy stuff. 2007-05-06 13:42:10 +00:00
Yann E. MORIN"
0325315ce7 Add uClibc-0.9.29 now it's out, and remove the 0.9.29-rc1. 2007-05-06 11:55:09 +00:00
Yann E. MORIN"
0b017962f7 Rename the MIPS toolchain: it's not qemu-specific! 2007-05-03 17:51:03 +00:00
Yann E. MORIN"
c461d4baec Final merge from the MIPS branch. 2007-05-03 17:42:40 +00:00
Yann E. MORIN"
1bb6092d75 Update CREDITS. 2007-05-01 16:51:12 +00:00
Yann E. MORIN"
1a1a90f23f Merge patches sent by Robert P. J. Day <rpjday@mindspring.com>.
Warning: the buildroot folks purposedly removed the skip-comment patch but didn't really said why. Keeping it for the sake of having it in svn just in case (removing it will be easier thant not having it at all).
2007-05-01 16:49:15 +00:00
Yann E. MORIN"
e5e9d70de4 Vampirise patches for binutils 2.17 from buildroot. 2007-05-01 16:33:17 +00:00
Yann E. MORIN"
94a79a1186 Remove the superfluous _config suffix to preconfigured targets (in "make help"). 2007-05-01 16:32:52 +00:00
Yann E. MORIN"
115d2cbd07 Update tools/config.sub to latest from gnu.org 2007-05-01 16:15:32 +00:00
Yann E. MORIN"
fced8e4583 Add uClibc-0.9.29_rc1. 2007-05-01 09:10:31 +00:00
Yann E. MORIN"
3da40a23b7 Add linux 2.6.21 and 2.6.21.1 for headers_install. 2007-05-01 09:09:30 +00:00
Yann E. MORIN"
3aa41a1751 Some little cosmetics in final compiler. 2007-05-01 09:03:40 +00:00
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. 2007-04-23 21:06:09 +00:00
Yann E. MORIN"
dfe9efd35f Fixed a non-fatal bug in a sed expression.
Some cosmetics as well.
2007-04-23 21:03:49 +00:00
Yann E. MORIN"
7779137ba8 Second shot at merging from the MIPS branch:
- log level boost for warnings and errors
- option re-ordering
- help updating
2007-04-23 20:30:34 +00:00
Yann E. MORIN"
9d86cde662 Merge missing ABI code from the MIPS branch. 2007-04-23 20:27:40 +00:00
Yann E. MORIN"
c1efc08c09 Merge first shot from the MIPS branch. 2007-04-21 17:31:51 +00:00
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.
2007-04-18 17:35:04 +00:00
Yann E. MORIN"
ab7e22eb20 When adding a new tool version, allow it to be EXPERIMENTAL. 2007-04-18 17:32:55 +00:00
Yann E. MORIN"
66bc1c8896 Try to further fix using of the build and/or host tools for binutils to build properly. 2007-04-18 11:55:52 +00:00
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.
2007-04-17 22:24:42 +00:00
Yann E. MORIN"
8c5cfe649d Once in a while I write some documentation... Not often enough... 2007-04-17 22:22:46 +00:00
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.
2007-04-15 16:45:11 +00:00
Yann E. MORIN"
5fbbd29ee6 Add headers_install for 2.6.20.7. 2007-04-15 16:35:14 +00:00
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.
2007-04-11 21:26:03 +00:00
Yann E. MORIN"
02c025d331 Update credits. 2007-04-11 17:55:03 +00:00
Yann E. MORIN"
391eb7976d Don't prompt for endianness not suppoted by selected architecture.
Change suggested by Robert P. J. DAY <rpjday@mindspring.com>.
2007-04-11 17:51:31 +00:00
Yann E. MORIN"
5f1a6f35e0 Change suggested by Robert P. J. DAY <rpjday@mindspring.com> to rename the "Kernel to use" prompt with "Target OS". 2007-04-11 17:43:38 +00:00
Yann E. MORIN"
09d1b0bd40 Bump version to 0.0.2-svn (not released yet). 2007-04-10 16:19:53 +00:00
Yann E. MORIN"
84b2e65191 Mark the version to be 0.0.1. First released snapshot. 2007-04-10 16:18:46 +00:00
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).
2007-04-10 16:17:39 +00:00
Yann E. MORIN"
294ea44f19 Ignore the 'build' directory at CT_TOP_DIR. 2007-04-10 16:07:30 +00:00
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. 2007-04-10 16:06:51 +00:00
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.
2007-04-10 16:05:59 +00:00
Yann E. MORIN"
0cff389fe1 Vampirised another piece of patch from buildroot to apply to gcc-4.0.4. 2007-04-10 16:04:56 +00:00
Yann E. MORIN"
dbf7a4b14b Add patches for binutils 2.17.50.0.14.
Vampirised fron buildroot.
2007-04-10 16:04:29 +00:00
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'.
2007-04-10 15:49:38 +00:00
Yann E. MORIN"
b426a71b53 Add 2.6.20.5 and 2.6.20.6 linux kernel versions. 2007-04-10 15:04:33 +00:00
Yann E. MORIN"
0e479dbc93 Update config.guess.
Minor comment fix.
2007-04-10 14:55:15 +00:00
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.
2007-03-31 19:45:25 +00:00
Yann E. MORIN"
f6b21895ca Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage. 2007-03-21 21:04:31 +00:00
Yann E. MORIN"
aaea34768c Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc). 2007-03-21 21:03:22 +00:00
Yann E. MORIN"
19e8f6a15a Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
A bit of help tweaking.
2007-03-12 18:59:31 +00:00
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!
2007-03-11 16:14:06 +00:00