summaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-uclibc
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29Run the samples through `ct-ng update-samples`Alexey Neyman1-1/+1
- Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Kconfigize choice/menu itemsAlexey Neyman1-5/+5
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-07Fix ARM32 name for androidAlexey Neyman2-0/+17
Must have eabi suffix for GCC to accept it. Also: - We only have one glibc now, no need to account for eglibc. - Rename aarch64 samples, eabi suffix does not apply to them (and ct-ng saveconfig was saving them into a different directory). Fixes #772. Signed-off-by: Alexey Neyman <stilor@att.net>