Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: update config.{sub,guess} | Yann E. MORIN" | 2009-10-30 | 1 | -2/+2 |
| | |||||
* | scripts: fix updating config.{sub,guess} | Yann E. MORIN" | 2009-10-30 | 3 | -7/+6 |
| | |||||
* | Merge. | Yann E. MORIN" | 2009-10-29 | 236 | -31075/+2423 |
|\ | |||||
| * | samples: update all samples to the new set of options | Yann E. MORIN" | 2009-10-28 | 33 | -1680/+702 |
| | | | | | | | | No version change is made. | ||||
| * | config: mark now old versions as being OBSOLETE | Yann E. MORIN" | 2009-10-28 | 16 | -40/+80 |
| | | | | | | | | | | These versions are kept for the upcoming release, but they will be removed from the next release if they are not used. | ||||
| * | config/binutils: add latest version 2.20 | Yann E. MORIN" | 2009-10-27 | 15 | -0/+552 |
| | | | | | | | | Also add patchset vampirised from Gentoo. | ||||
| * | debug/strace: add latest version, unmarkprevious EXPERIMENTAL | Yann E. MORIN" | 2009-10-28 | 7 | -2/+233 |
| | | | | | | | | Also propagate the patchset from 4.5.18 to 4.5.19. | ||||
| * | debug/gdb: add latest version 7.0 | Yann E. MORIN" | 2009-10-28 | 1 | -0/+6 |
| | | |||||
| * | cc/gcc: add latest 4.4.2 version as EXPERIMENTAL | Yann E. MORIN" | 2009-10-20 | 26 | -0/+804 |
| | | |||||
| * | kernel/linux: add latest versions | Yann E. MORIN" | 2009-10-27 | 1 | -3/+28 |
| | | |||||
| * | binutils: remove duplicate config entries for binutils & elf2flt | Yann E. MORIN" | 2009-10-27 | 2 | -6/+0 |
| | | |||||
| * | scripts: add sed expression to apply when renumbering patches | Yann E. MORIN" | 2009-10-27 | 1 | -14/+26 |
| | | | | | | | | | | | | | | | | Some patchsets have superfluous members in their names (eg. the ones coming from Gentoo), so it can come in handy to pass a sed RE to strip them out of the final patch name. Also add a 'fake' mode, where the command will only be printed and not executed, so we can check beforehand if the rename will be OK. | ||||
| * | scripts: fis addToolVersion wrt binutils | Yann E. MORIN" | 2009-10-27 | 1 | -1/+1 |
| | | | | | | | | binutils' config file has moved; update the addToolVerion script accordingly. | ||||
| * | kernel/linux: remove the version prompt | Yann E. MORIN" | 2009-10-21 | 1 | -13/+0 |
| | | |||||
| * | debug/gdb: remove old versions | Yann E. MORIN" | 2009-10-28 | 10 | -1252/+0 |
| | | |||||
| * | config/binutils: remove obsolete experimental versions | Yann E. MORIN" | 2009-10-27 | 21 | -808/+0 |
| | | |||||
| * | config: rip-out versions marked as OBSOLETE | Yann E. MORIN" | 2009-10-28 | 116 | -27265/+0 |
| | | |||||
* | | libc/uClibc: fix building on system with recent glibc | Zoltan Devai | 2009-10-28 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While trying to build a toolchain with ct-ng 1.5.0, arm-unknown-linux-uclibcgnueabi target, I get the following error: [INFO ] Installing C library headers [EXTRA] Copying sources to build dir [EXTRA] Applying configuration [EXTRA] Building headers [EXTRA] Installing headers [ERROR] extra/scripts/unifdef.c:209: error: conflicting types for 'getline' [ERROR] make[2]: *** [extra/scripts/unifdef] Error 1 [ERROR] Build failed in step 'Installing C library headers' The following patch solves the problem. (It's a backport of this uClibc commit: http://git.uclibc.org/uClibc/commit/?id=49e81cada73616864b9b31df0aeb6961c30f5a6e ) [--SNIP from another mail--] AFAIK this is a problem since glibc 2.10. | ||||
* | | arch/arm: add sample for nommu bare-metal Cortex-M3 with newlib | Yann E. MORIN" | 2009-10-26 | 2 | -0/+346 |
| | | |||||
* | | arch/arm: add THUMB interworking support | Yann E. MORIN" | 2009-10-26 | 2 | -0/+18 |
| | | | | | | | | | | | | Add config option to build wtarget code with THUMB interworking. This is used to build the C library as well as all other code that runs on the target. | ||||
* | | arch/arm: add THUMB mode config option | Yann E. MORIN" | 2009-10-26 | 2 | -0/+35 |
| | | |||||
* | | arch/arm: no need to check for the ABI option | Yann E. MORIN" | 2009-10-21 | 1 | -4/+0 |
| | | | | | | | | | | The ABI option can not be set if EABI was selected, so no need to check for it. | ||||
* | | arch/arm: add support for noMMU | Yann E. MORIN" | 2009-10-21 | 1 | -1/+2 |
| | | | | | | | | | | Some ARM cores do not have an MMU (eg. Cortex-Mx and Cortex-Rx series). Thus, allow the user to configure out the MMU for ARM. | ||||
* | | libc/newlib: allow using CVS snapshots | Yann E. MORIN" | 2009-10-26 | 3 | -14/+50 |
| | | | | | | | | | | | | | | The newlib "team" rolls new releases about once a year (december). This is quite a long time between releases, in case code was fixed. So, allow user to use a CVS snapshot to benefit early from fixes and enhancements to newlib. | ||||
* | | functions: allow using sub-dir of a module | Yann E. MORIN" | 2009-10-26 | 1 | -3/+14 |
| | | | | | | | | | | | | Some projects' module (eg. newlib) are checked-out into a sudirectory rather than into their own directory. Handle this case in the CT_GetCVS function. | ||||
* | | libc/newlib: allow using newlib with archs other than avr32 | Yann E. MORIN" | 2009-10-21 | 5 | -15/+32 |
| | | |||||
* | | libc/newlib: fix namespace in config file | Yann E. MORIN" | 2009-10-26 | 1 | -2/+2 |
| | | | | | | | | C library config options should be prefixed with 'LIBC_'. | ||||
* | | libc/newlib: cleanup the build and finish steps | Yann E. MORIN" | 2009-10-26 | 1 | -14/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | build step: - ./configure - remove glibc-specific options - pass the target CFLAGS in the correct variable - make: - build in // finish step: - print proper message in finish step | ||||
* | | libc/newlib: fix host/target confusion | Yann E. MORIN" | 2009-10-25 | 1 | -2/+6 |
| | | | | | | | | | | | | | | newlib handles the build/host/target a bit differently as one would expect: build : not used host : the nachine that builds newlib target : the machine on which newlib will run | ||||
* | | debug/dmalloc: fix handling of threading model | Yann E. MORIN" | 2009-10-21 | 1 | -3/+3 |
| | | |||||
* | | config: add help for the MMU/noMMU entry | Yann E. MORIN" | 2009-10-21 | 1 | -0/+10 |
| | | |||||
* | | config/libc: move around hidden config options | Yann E. MORIN" | 2009-10-21 | 1 | -2/+2 |
| | | | | | | | | This yields a cleaner .config file that is easier to read. | ||||
* | | scripts/functions: Fix a variable name. | Frederic Roussel | 2009-10-23 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Frederic Roussel <fr.frasc@gmail.com> | ||||
* | config/arch/arm: default to EABI | Yann E. MORIN" | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | docs: adding naming conventions for crosstool-NG | Yann E. MORIN" | 2009-10-12 | 1 | -0/+36 |
| | |||||
* | docs: fix chapter spacing | Yann E. MORIN" | 2009-10-12 | 1 | -0/+6 |
| | |||||
* | Merge. | Yann E. MORIN" | 2009-10-10 | 1 | -1/+5 |
|\ | |||||
| * | configure: force using the C locale to check messages | Yann E. MORIN" | 2009-10-10 | 1 | -1/+4 |
| | | |||||
| * | configure: fix --with-foo=/path/to/foo | Yann E. MORIN" | 2009-10-10 | 1 | -0/+1 |
| | | | | | | | | | | When a required tool is specified with --with-foo, store the variable in the list. | ||||
* | | scripts: replace calls to svn with calls to hg in script to renumber patches | Yann E. MORIN" | 2009-10-10 | 1 | -3/+3 |
| | | |||||
* | | docs: get rid of any reference to the now long-gone svn repository | Yann E. MORIN" | 2009-10-10 | 3 | -7/+7 |
| | | |||||
* | | docs: move the "contributing" section to overview.txt | Yann E. MORIN" | 2009-10-10 | 2 | -73/+84 |
| | | |||||
* | | docs: configure no longer accepts --with-contrib | Yann E. MORIN" | 2009-10-10 | 1 | -12/+4 |
|/ | | | | | It's been a while that configure does not recognise --with-contrib. Applying contibutions is to be done manually, using patch. | ||||
* | eglibc: add support for user provided option groups | Arnaud Vrac | 2009-10-09 | 2 | -2/+103 |
| | | | | Signed-off-by: Arnaud Vrac <avrac@freebox.fr> | ||||
* | samples: fix the avr32-unknown-none sample | Yann E. MORIN" | 2009-10-08 | 1 | -13/+10 |
| | | | | | | | | Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set to /bin/bash (although it has code to recognise bash and act accordingly). Waht is really strange is that it does build when CONFIG_SHELL is set to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?! | ||||
* | samples: update | Yann E. MORIN" | 2009-10-04 | 29 | -2501/+2505 |
| | |||||
* | libelf: add libelf-0.8.12 | Yann E. MORIN" | 2009-10-04 | 2 | -0/+29 |
| | |||||
* | Merge. | Yann E. MORIN" | 2009-10-03 | 104 | -3080/+4826 |
|\ | |||||
| * | Merge. | Yann E. MORIN" | 2009-10-03 | 7 | -113/+136 |
| |\ | |||||
| | * | Merge. | Yann E. MORIN" | 2009-10-03 | 2 | -6/+8 |
| | |\ |