aboutsummaryrefslogtreecommitdiff
path: root/samples/m68k-unknown-uclinux-uclibc
Commit message (Collapse)AuthorAgeFilesLines
* samples: update the m68k samplesYann E. MORIN2014-09-021-3/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* libc: rename the threads optionsYann E. MORIN2014-07-281-1/+1
| | | | | | | | | Use a more coherent naming for the options. This will help commonalise the native case (e.g. NPTL on Linux, win32 on Windows), and add alternate implementations (e.g. musl.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bryan Hundven <bryanhundven@gmail.com>
* cc/gcc: remove 'sub-level' version form symbolsYann E. MORIN"2013-01-241-1/+1
| | | | | | | | | | Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update samples for releaseYann E. MORIN"2012-11-091-1/+1
| | | | | | | Refresh all samples against the new set of options, to be sure they all build OK, before we can do the release. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: add new m68k-unknown-uclinux-uclibc sampleEsben Haabendal2012-09-263-0/+274
Signed-off-by: "Esben Haabendal" <esben@haabendal.dk> [yann.morin.1998@free.fr: upgrade to using gcc-4.7.2] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <87r4pod1hm.fsf@arh128.prevas.dk> PatchWork-Id: 187182