aboutsummaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-gnu
Commit message (Collapse)AuthorAgeFilesLines
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-3/+3
| | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix ARM32 name for androidAlexey Neyman2017-07-072-0/+13
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>