kconfig/kconfig.mk
2008-10-22 Enhance the kconfig stuff build procedure:
2008-10-19 Avoid (re)building the kconfig dependencies when we don't need them (clean, build, list-steps...).
2008-10-18 Extract the config files related stuff from the kconfig stuff
2008-10-17 Update the kconfig stuff to match the one in the linux-2.6.27 version.
2008-10-17 Fix oldconfig and defoldconfig.
2008-10-15 Cheesy kconfig stuff:
2008-10-14 Rework the kconfig stuff
2008-10-13 No one sane would you 'ct-ng config' to configure crosstool-NG.
2008-10-13 Generate the choice menu for C compilers, the same way arch, kernels and C libraries are generated.
2008-10-13 Generate the choice menu for C libraries, the same way arch and kernels are generated.
2008-10-12 In generated choice menus, move the selection options outside the choice menu.
2008-10-10 Simplify the Tools and Debug facilities menu entries:
2008-10-09 Commonalise config.gen/{arch,kernel}.in generation.
2008-10-05 Separate the architecture config file and function script.
2008-10-03 First shot at moving arch/ into config/arch/ .
2008-10-01 Save the toolchain configuration to its own file, as an auto-extracting shell script:
2008-09-29 Rework the way EXPERIMENTAL architecture are marked as such, the same way kernels are handeld.
2008-09-29 Rework the way EXPERIMENTAL kernels are marked as such.
2008-09-28 Don't remove files that are no longer generated whne cleaning in kconfig/ .
2008-09-28 Simplify conf and mconf generation. We don't care for the _shipped stuff.
2008-09-28 Fix generated debug.in and tools.in (xlcwu <xlcwu.taiwan@gmail.com>).
2008-09-16 Generate the kernel config choice, rather than having it hard-coded:
2008-09-15 Fix architecture config file make rules.
2008-08-30 Rebuild the kconfig stuff on kconfig source change.
2008-07-07 Although working with bash, 'echo -n' is really non-portable.
2008-06-27 Autogenerate the architecture selection choice menu.
2007-09-12 Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!
2007-09-08 In a directory previously used as CT_TOP_DIR, when using a new version, ct-ng will fail to create the symlink to the new config files.
2007-08-15 Add the possibility to force the number of // jobs without reconfiguring.
2007-07-22 Re-instate the --local configure switch to not install and use the local crosstool-NG copy.
2007-07-17 Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
2007-07-15 Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.