summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Collapse)AuthorFilesLines
2011-04-28samples: updateYann E. MORIN"39-1297/+2671
Release is coming soon... Time to update samples... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-04-24samples: add a new sample for ARM Cortex-A15 with VFP/NEONYann E. MORIN"2-0/+576
Sample origiannly reported and provided by dsreed on the #crostool-ng channel on freenode. I don't have the real ID for dsreed, but the sample is not orginally mine, but his/hers. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-03-27samples: add first sample to build with gcc-4.6.0Yann E. MORIN"2-26/+52
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-03-14samples: new PPC e300c3 sampleYann E. MORIN"2-0/+507
Gustavo wrote: ---8<--- Attached my ct-ng e300c3 toolchain config for: powerpc-e300c3-linux-gnu [l X] OS : linux-2.6.36.3 Companion libs : gmp-5.0.1 mpfr-3.0.0 ppl-0.10.2 cloog-ppl-0.15.10 mpc-0.8.2 libelf-0.8.13 binutils : binutils-2.21 C compiler : gcc-4.5.2 (C,C++) C library : eglibc-2_12 Tools : ---8<--- Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ["Yann E. MORIN" : updated to match new config options] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-30samples: update the samplesYann E. MORIN"40-381/+704
Release time is coming at a fast pace. It is now time to update the samples so they apply cleanly. The canadian-cross sample mingw32,i686-none-linux-gnu has been replaced with i586-mingw32msvc,i686-none-linux-gnu. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-25samples: update the mingw sampleYann E. MORIN"1-11/+20
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-03arch: remove ia64Yann E. MORIN"2-410/+0
ia64 is broken in every gcc/glibc combinations I tested (except for the existing sample that used very old versions). Nobody complained on the list about not being able to build recent versions. So the only way forward I can see is to remove the architecture altogether. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-12-30samples: update i686-nptl-linux-gnuYann E. MORIN"1-4/+5
Enable Java and Fortran frontends. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-12-30samples: update i686-nptl-linux-gnuYann E. MORIN"1-30/+72
Notable changes: - uses binutils 2.21, builds gold, but defaults to ld - uses gcc 4.5.2, with GRAPHITE and LTO, builds lto-plugin Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-02samples: update after libc versions renamingYann E. MORIN"31-249/+249
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-11-03samples: update all samples to latest config knobsYann E. MORIN"39-1100/+1339
No new feature, no newer version, only updates so that samples can be recalled without anything to set. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-18samples: update to not use // downloadYann E. MORIN"36-36/+36
Parallel download can cause issues in some network environments (eg. behind some firewalls/routers), so default to not //. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-07samples: update all samples to use the new build dirYann E. MORIN"37-37/+37
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-07samples: update powerpc-e500v2-linux-gnuspeYann E. MORIN"2-66/+135
Update the configuration and the comment. Reported-by: Anthony Foiani <anthony.foiani@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-09-12arch/mips: add experimental mips64 samplesYann E. MORIN"6-0/+1378
Both toolchains were tested to successfully: - _build_ busybox, giving respectively an n32 and an n64 binary although it has not been run-tested. - build linux-2.6.36-rc3 for Loongson, giving an n64 vmlinux (which is expected, due to the way the kernel is built), and the kernel properly boots! Credits are due to Julien MOUTHINO (julm on freenode#uClibc) for testing that the kernel boots on his hardware! Cheers! ;-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-08-01samples: update all samplesYann E. MORIN"36-639/+1820
All samples get rebased, no new option is chosen.
2010-07-30samples: add a short list of all samplesYann E. MORIN"1-0/+7
Add an action to list only the sample names. Use that for auto-completion.
2010-07-11samples: add Linux -> Mingw32 sampleBart vdr Meulen2-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
2010-07-10samples: add an ARMeb uClibc/NPTL experimental sampleYann E. MORIN"3-0/+711
2010-04-30samples: updateYann E. MORIN"37-1122/+2101
2010-04-07samples: add Blackfin sampleThomas Petazzoni3-0/+589
2010-04-01scripts: misc help and auto-complete fixesYann E. MORIN"1-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
2010-03-19samples: fix samplesYann E. MORIN"33-829/+906
2010-02-02scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"1-3/+3
2010-02-18samples: fix this MIPS eglibc-based sampleYann E. MORIN"1-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.
2010-01-31samples: update samplesYann E. MORIN"44-3451/+1185
Update to the latest set of config options (no config change). Remove OABI ARM samples.
2010-01-31scripts: dump the current tuple with show-configYann E. MORIN"1-1/+2
2010-01-31scripts: add action to dump current configuration in humane-readable formYann E. MORIN"1-0/+5
2010-01-29arch: add basic m68k supportYann E. MORIN2-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>
2010-01-14samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2Yann E. MORIN"2-7/+19
2010-01-07samples: update armeb-unknown-linux-uclibcgnueabiYann E. MORIN"1-34/+76
2010-01-03samples: refine the listing of all samples for canadian samplesYann E. MORIN"1-1/+1
For canadian samples, display the sample as: target-tuple (host: host-tuple)
2010-01-03samples: add an action to print details for all samplesYann E. MORIN"1-0/+4
2010-01-03samples: fix displaying samplesYann E. MORIN"1-2/+7
2010-01-03samples: add a new samples for the TI DaVinci processors.Yann E. MORIN"2-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 ...
2009-11-25samples: update the Alpha sampleYann E. MORIN"2-29/+52
According to: http://sourceware.org/ml/crossgcc/2009-11/msg00109.html
2009-11-22samples: update the AVR32 sampleYann E. MORIN"1-9/+20
2009-11-17arch: cleanup the 32- and 64-bit selectionYann E. MORIN"14-104/+60
2009-11-17arch/ia64: update to the new 64-bit infrastructureYann E. MORIN"1-8/+16
2009-11-17arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2-12/+24
2009-11-17arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"4-37/+77
2009-11-17arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"7-51/+119
2009-11-16arch/s390: cleanupsYann E. MORIN"4-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.
2009-11-14arch: add s390 and s390x architectures and samplesharold4-0/+754
2009-11-13samples: update the armeb-unknown-linux-gnueabi sample to use glibc-2.10.1Yann E. MORIN"1-27/+26
2009-10-30scripts: some eye-candyYann E. MORIN"1-1/+6
2009-10-30scripts: fix updating config.{sub,guess}Yann E. MORIN"1-1/+1
2009-10-28Merge.Yann E. MORIN"33-1680/+702
2009-10-28samples: update all samples to the new set of optionsYann E. MORIN"33-1680/+702
No version change is made.
2009-10-26arch/arm: add sample for nommu bare-metal Cortex-M3 with newlibYann E. MORIN"2-0/+346