aboutsummaryrefslogtreecommitdiff
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
...
* samples: update all samplesYann E. MORIN"2010-08-0136-639/+1820
| | | | All samples get rebased, no new option is chosen.
* samples: add a short list of all samplesYann E. MORIN"2010-07-301-0/+7
| | | | | Add an action to list only the sample names. Use that for auto-completion.
* samples: add Linux -> Mingw32 sampleBart vdr Meulen2010-07-112-0/+370
| | | | | | | | | | | | Sample to build compiler targetting mingw32 target systems Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> --- samples/i686-pc-mingw32/crosstool.config | 302 +++++++++++++++++++++++++++++++ samples/i686-pc-mingw32/reported.by | 3 2 files changed, 305 insertions(+) create mode 100644 samples/i686-pc-mingw32/crosstool.config create mode 100644 samples/i686-pc-mingw32/reported.by
* samples: add an ARMeb uClibc/NPTL experimental sampleYann E. MORIN"2010-07-113-0/+711
|
* samples: updateYann E. MORIN"2010-04-3037-1122/+2101
|
* samples: add Blackfin sampleThomas Petazzoni2010-04-073-0/+589
|
* scripts: misc help and auto-complete fixesYann E. MORIN"2010-04-021-8/+5
| | | | | | | | | | - don't list samples in the main help screen - improve the samples listing in list-samples - don't document the 'config' action, it's long dead - document the 'V' environment variable - improve on START, STOP and PREFIX environment variables - add PREFIX and V to autocomplete - advertise auto-complete at install time
* samples: fix samplesYann E. MORIN"2010-03-1933-829/+906
|
* scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"2010-02-031-3/+3
|
* samples: fix this MIPS eglibc-based sampleYann E. MORIN"2010-02-181-33/+19
| | | | | Specify the SVN revision to use for the eglibc snapshot instead of HEAD, as some patches made their way upstream in the meantime.
* samples: update samplesYann E. MORIN"2010-01-3144-3451/+1185
| | | | | Update to the latest set of config options (no config change). Remove OABI ARM samples.
* scripts: dump the current tuple with show-configYann E. MORIN"2010-01-311-1/+2
|
* scripts: add action to dump current configuration in humane-readable formYann E. MORIN"2010-01-311-0/+5
|
* arch: add basic m68k supportYann E. MORIN2010-01-292-0/+307
| | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
* samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2Yann E. MORIN"2010-01-142-7/+19
|
* samples: update armeb-unknown-linux-uclibcgnueabiYann E. MORIN"2010-01-071-34/+76
|
* samples: refine the listing of all samples for canadian samplesYann E. MORIN"2010-01-031-1/+1
| | | | | For canadian samples, display the sample as: target-tuple (host: host-tuple)
* samples: add an action to print details for all samplesYann E. MORIN"2010-01-031-0/+4
|
* samples: fix displaying samplesYann E. MORIN"2010-01-031-2/+7
|
* samples: add a new samples for the TI DaVinci processors.Yann E. MORIN"2010-01-032-0/+437
| | | | | | | | | | | | | | | | | Dragan Marinkovic <marinkovic.dragan@gmail.com> wrote: I finally had the time (and board) to spend some time with crosstool-NG version 1.5.2 and TMS320DM6446 (DaVinci Digital Media System-on-Chip, http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html). I was able to successfully build and run v2.6.27-davinci1 kernel (Kevin Hilman's branch) with busybox based initramfs on it. I don't believe that any later kernel would represent any challenge (it just happens that I'm currently working with this version). What a thrill :). crosstool-NG/toolchain config is attached. It may be useful to someone using crosstool-NG ...
* samples: update the Alpha sampleYann E. MORIN"2009-11-252-29/+52
| | | | According to: http://sourceware.org/ml/crossgcc/2009-11/msg00109.html
* samples: update the AVR32 sampleYann E. MORIN"2009-11-221-9/+20
|
* arch: cleanup the 32- and 64-bit selectionYann E. MORIN"2009-11-1714-104/+60
|
* arch/ia64: update to the new 64-bit infrastructureYann E. MORIN"2009-11-171-8/+16
|
* arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2009-11-172-12/+24
|
* arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"2009-11-174-37/+77
|
* arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"2009-11-177-51/+119
|
* arch/s390: cleanupsYann E. MORIN"2009-11-164-22/+24
| | | | | | Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.
* arch: add s390 and s390x architectures and samplesharold2009-11-144-0/+754
|
* samples: update the armeb-unknown-linux-gnueabi sample to use glibc-2.10.1Yann E. MORIN"2009-11-131-27/+26
|
* scripts: some eye-candyYann E. MORIN"2009-10-301-1/+6
|
* scripts: fix updating config.{sub,guess}Yann E. MORIN"2009-10-301-1/+1
|
* Merge.Yann E. MORIN"2009-10-2933-1680/+702
|\
| * samples: update all samples to the new set of optionsYann E. MORIN"2009-10-2833-1680/+702
| | | | | | | | No version change is made.
* | arch/arm: add sample for nommu bare-metal Cortex-M3 with newlibYann E. MORIN"2009-10-262-0/+346
|/
* samples: fix the avr32-unknown-none sampleYann E. MORIN"2009-10-081-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: updateYann E. MORIN"2009-10-0429-2501/+2505
|
* sample: update the i686-nptl-linux-gnu sampleYann E. MORIN"2009-10-031-100/+99
| | | | Update this sample, now it seems to correctly build again.
* samples: upgrade some samplesYann E. MORIN"2009-10-013-223/+246
| | | | | Upgrading all samples is too much a hassle. Stick with those few for now.
* samples: remove arm-beagle-linux-gnueabiYann E. MORIN"2009-09-132-451/+0
| | | | Use the generic arm-cortex_a8-linux-gnueabi sample instead.
* samples: fix uClibc config file locationYann E. MORIN"2009-09-138-8/+8
|
* samples: updateYann E. MORIN"2009-09-1333-1786/+2798
|
* samples: add eglibc-based toolchain for MIPS.Giammarco Zacheo2009-07-212-0/+397
|
* Merge the AVR32 support branch to the default branch.Yann E. MORIN"2009-08-082-0/+274
|\
| * Misc AVR32 cleanups.Martin Lund2009-06-201-8/+11
| |
| * Added support for Atmel AVR32 headersMartin Lund"2009-05-231-2/+3
| |
| * Temp fix for newlib configure. Updated avr32 crosstool.config.Martin Lund"2009-05-221-17/+11
| |
| * Added initial AVR32 support (bare-metal,newlib)Martin Lund"2009-05-222-0/+276
| |
* | [samples] Add a linux -> mingw32 -> i686-linux canadian sampleBart van der Meulen2009-06-262-0/+360
| | | | | | | | | | | | | | Add a sample that builds on Linux a mingw32-hosted toolchain that generates code for i686-none-linux-gnu. Signed-off-by: Bart van der Meulen <bartvdrmeulen@gmail.com>
* | [gcc] Merge the gcc-4.4 suport to the default branch, from 1407:83083566fdd0Yann E. MORIN2009-06-172-0/+429
|\ \