| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix samples using GMP 4.3.2. | Alexey Neyman | 2015-10-30 | 1 | -5/+5 |
* | kconfig: Update kconfig. Sync with Linux-4.2 | Bryan Hundven | 2015-09-03 | 1 | -0/+6 |
* | scripts/crosstool-NG.sh.in: patch regex to work with BSD grep | Jason T. Masker | 2014-12-05 | 1 | -1/+1 |
* | docs/help: rename defconfig/olddefconfig into | Thomas De Schampheleire | 2013-07-17 | 1 | -5/+5 |
* | kconfig: rename the defconfig and olddefconfig targets | Yann E. MORIN" | 2013-01-22 | 1 | -3/+3 |
* | samples: add rule to dump current .config into a defconfig | Yann E. MORIN" | 2012-08-15 | 1 | -1/+12 |
* | configure: check for GNU awk, not any awk | Yann E. MORIN" | 2012-07-14 | 1 | -12/+12 |
* | samples: use savedefconfig when saving samples | Yann E. MORIN" | 2012-05-07 | 1 | -1/+2 |
* | kconfig: install compiled frontends | Yann E. MORIN" | 2012-01-14 | 1 | -161/+10 |
* | kconfig: print version in .config | Yann E. MORIN" | 2011-08-30 | 1 | -4/+1 |
* | misc: fix more typos here and there... | Yann E. MORIN" | 2011-07-17 | 1 | -2/+2 |
* | kconfig: add the nconf frontend | Yann E. MORIN" | 2011-05-12 | 1 | -4/+26 |
* | kconfig: update from linux-next | Yann E. MORIN" | 2011-05-08 | 1 | -3/+3 |
* | kconfig: resync curses check with Linux kernel | Yann E. MORIN" | 2010-10-04 | 1 | -1/+10 |
* | kconfig/lxdialog: more portable and use ncurses from macports on MacOS | Titus von Boxberg | 2010-05-24 | 1 | -1/+1 |
* | scripts: add action to extract config from a build.log file | Yann E. MORIN" | 2010-02-11 | 1 | -0/+17 |
* | Under Cygwin, executables have the .exe suffix: | Yann E. MORIN" | 2009-03-09 | 1 | -1/+1 |
* | Use the paths found by ./configure in the ct-ng.in makefile script and its fr... | Yann E. MORIN" | 2009-01-26 | 1 | -1/+1 |
* | Make the kconfig stuff build under Cygwin. | Yann E. MORIN" | 2008-11-30 | 1 | -2/+5 |
* | Enhance the kconfig stuff build procedure: | Yann E. MORIN" | 2008-10-22 | 1 | -44/+66 |
* | Avoid (re)building the kconfig dependencies when we don't need them (clean, b... | Yann E. MORIN" | 2008-10-19 | 1 | -4/+20 |
* | Extract the config files related stuff from the kconfig stuff | Yann E. MORIN" | 2008-10-18 | 1 | -172/+12 |
* | Update the kconfig stuff to match the one in the linux-2.6.27 version. | Yann E. MORIN" | 2008-10-17 | 1 | -15/+9 |
* | Fix oldconfig and defoldconfig. | Yann E. MORIN" | 2008-10-17 | 1 | -2/+2 |
* | Cheesy kconfig stuff: | Yann E. MORIN" | 2008-10-15 | 1 | -54/+88 |
* | Rework the kconfig stuff | Yann E. MORIN" | 2008-10-14 | 1 | -60/+100 |
* | No one sane would you 'ct-ng config' to configure crosstool-NG. | Yann E. MORIN" | 2008-10-13 | 1 | -6/+2 |
* | Generate the choice menu for C compilers, the same way arch, kernels and C li... | Yann E. MORIN" | 2008-10-13 | 1 | -0/+6 |
* | Generate the choice menu for C libraries, the same way arch and kernels are g... | Yann E. MORIN" | 2008-10-13 | 1 | -2/+8 |
* | In generated choice menus, move the selection options outside the choice menu. | Yann E. MORIN" | 2008-10-12 | 1 | -25/+35 |
* | Simplify the Tools and Debug facilities menu entries: | Yann E. MORIN" | 2008-10-10 | 1 | -23/+43 |
* | Commonalise config.gen/{arch,kernel}.in generation. | Yann E. MORIN" | 2008-10-09 | 1 | -42/+34 |
* | Separate the architecture config file and function script. | Yann E. MORIN" | 2008-10-05 | 1 | -23/+23 |
* | First shot at moving arch/ into config/arch/ . | Yann E. MORIN" | 2008-10-03 | 1 | -2/+2 |
* | Save the toolchain configuration to its own file, as an auto-extracting shell... | Yann E. MORIN" | 2008-10-01 | 1 | -7/+2 |
* | Rework the way EXPERIMENTAL architecture are marked as such, the same way ker... | Yann E. MORIN" | 2008-09-29 | 1 | -22/+22 |
* | Rework the way EXPERIMENTAL kernels are marked as such. | Yann E. MORIN" | 2008-09-29 | 1 | -26/+25 |
* | Don't remove files that are no longer generated whne cleaning in kconfig/ . | Yann E. MORIN" | 2008-09-28 | 1 | -1/+0 |
* | Simplify conf and mconf generation. We don't care for the _shipped stuff. | Yann E. MORIN" | 2008-09-28 | 1 | -4/+0 |
* | Fix generated debug.in and tools.in (xlcwu <xlcwu.taiwan@gmail.com>). | Yann E. MORIN" | 2008-09-28 | 1 | -4/+4 |
* | Generate the kernel config choice, rather than having it hard-coded: | Yann E. MORIN" | 2008-09-16 | 1 | -38/+83 |
* | Fix architecture config file make rules. | Yann E. MORIN" | 2008-09-15 | 1 | -1/+1 |
* | Rebuild the kconfig stuff on kconfig source change. | Yann E. MORIN" | 2008-08-30 | 1 | -2/+12 |
* | Although working with bash, 'echo -n' is really non-portable. | Yann E. MORIN" | 2008-07-07 | 1 | -1/+1 |
* | Autogenerate the architecture selection choice menu. | Yann E. MORIN" | 2008-06-27 | 1 | -3/+29 |
* | Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash! | Yann E. MORIN" | 2007-09-12 | 1 | -1/+2 |
* | In a directory previously used as CT_TOP_DIR, when using a new version, ct-ng... | Yann E. MORIN" | 2007-09-08 | 1 | -1/+1 |
* | Add the possibility to force the number of // jobs without reconfiguring. | Yann E. MORIN" | 2007-08-15 | 1 | -5/+5 |
* | Re-instate the --local configure switch to not install and use the local cros... | Yann E. MORIN" | 2007-07-22 | 1 | -5/+3 |
* | Revisit the extract-config way of working: ct-ng is the sole entry point to c... | Yann E. MORIN" | 2007-07-17 | 1 | -2/+8 |