aboutsummaryrefslogtreecommitdiff
path: root/kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!Yann E. MORIN"2007-09-122-1/+2
| | | | Don't hardcode ncurses include and link flags.
* 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 the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"2007-08-151-5/+5
|
* Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"2007-07-221-5/+3
| | | | crosstool-NG copy.
* Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"2007-07-171-2/+8
| | | | crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
* Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"2007-07-151-0/+0
|
* Fix distclean.Yann E. MORIN"2007-07-151-1/+1
|
* Make distclean work again: don't try to remove a directory twice.Yann E. MORIN"2007-07-081-1/+0
|
* Clean a little bit more.Yann E. MORIN"2007-07-071-0/+2
|
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-1/+1
| | | | | | | | | Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-21/+41
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"2007-06-171-5/+1
| | | | the help entries), but later, that may come in handy when we want ct-ng to be installable).
* Answer default values when doing a defoldconfig.Yann E. MORIN"2007-06-161-1/+1
|
* When doing a silent old config, don't check if stdin was redirected. ct-ng ↵Yann E. MORIN"2007-06-161-1/+0
| | | | doesn't use this feature, and even better yet, it makes explicit use of redirecting both stdin and stdout at aome moments.
* Rework the generated config file handling.Yann E. MORIN"2007-06-161-7/+9
|
* Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"2007-06-011-7/+22
| | | | away...).
* Make the debug config menu a generated file.Yann E. MORIN"2007-05-171-3/+16
| | | | | | Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
* Quiet some messages from the configurators. We don't need them.Yann E. MORIN"2007-05-142-15/+4
|
* Correctly handle the version string, defined in a single place now.Yann E. MORIN"2007-05-131-0/+3
| | | | Fix and update README.
* Merge the save-sample branch to trunk:Yann E. MORIN"2007-05-071-12/+2
| | | | | | - 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.
* Remove the superfluous _config suffix to preconfigured targets (in "make help").Yann E. MORIN"2007-05-011-6/+5
|
* Update to latest kconfig from linux-2.6.20.7.Yann E. MORIN"2007-04-157-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.
* Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"2007-03-121-3/+8
| | | | | | platform. A bit of help tweaking.
* Allan Clark <allanc@chickenandporn.com> provided a way to build on host ↵Yann E. MORIN"2007-03-111-2/+6
| | | | | | lacking a proper libintl (such as MacOS-X). Thank you Allan!
* utilising -> usingYann E. MORIN"2007-03-041-3/+3
|
* Remove useless config targets.Yann E. MORIN"2007-02-241-16/+0
|
* Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"2007-02-2423-0/+12719
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(