summaryrefslogtreecommitdiff
path: root/samples/arm-cortexa5-linux-uclibcgnueabihf
AgeCommit message (Collapse)AuthorFilesLines
2015-10-24Revert "Remove ltrace from samples"Alexey Neyman1-0/+1
This reverts commit a3bb2aeb4445bef4250acaaff99fc8dbb0599f8b.
2015-10-16Fix arm/uclibc; see the description in the patch.Alexey Neyman1-1/+1
This should ideally be upstreamed to uclibc maintainers, but with the last release more than 3 years ago, I wouldn't hold my breath for a fix being released any time soon.
2015-09-29Remove ltrace from samplesBryan Hundven1-1/+0
As of right now, ltrace fails to build. To get CI happy, lets just disable it! When we fix ltrace, just revert this change. This is also in reference to bug #115 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2014-09-05samples: update ARM little-endian samplesYann E. MORIN2-20/+13
Removed the arm-davinci sample, it does not bring much more that the other samples. Add an ARM uClibc EABIhf sample. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2014-07-26samples: add arm-cortexa5-linux-uclibcgnueabihfAlexandre Belloni3-0/+291
This configuration has been tested on an Atmel sama5d3 board. It is a Cortex-A5 without neon and the floating point unit is a vfpv4-d16. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>