summaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-uclibc/reported.by
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Fix ARM32 name for androidAlexey Neyman1-0/+3
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>