kconfig/kconfig.mk
2013-07-17 docs/help: rename defconfig/olddefconfig into
2013-01-22 kconfig: rename the defconfig and olddefconfig targets
2012-08-15 samples: add rule to dump current .config into a defconfig
2012-07-14 configure: check for GNU awk, not any awk
2012-07-14 configure: check for GNU awk, not any awk
2012-05-07 samples: use savedefconfig when saving samples
2012-01-14 kconfig: install compiled frontends
2011-08-30 kconfig: print version in .config
2011-07-17 misc: fix more typos here and there...
2011-05-12 kconfig: add the nconf frontend
2011-05-08 kconfig: update from linux-next
2010-10-04 kconfig: resync curses check with Linux kernel
2010-05-24 kconfig/lxdialog: more portable and use ncurses from macports on MacOS
2010-02-11 scripts: add action to extract config from a build.log file
2009-03-09 Under Cygwin, executables have the .exe suffix:
2009-01-26 Use the paths found by ./configure in the ct-ng.in makefile script and its fragments.
2008-11-30 Make the kconfig stuff build under Cygwin.
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.