aboutsummaryrefslogtreecommitdiff
path: root/samples/aarch64-unknown-linux-gnueabi
Commit message (Collapse)AuthorAgeFilesLines
* Fix ARM32 name for androidAlexey Neyman2017-07-072-14/+0
| | | | | | | | | | | 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>
* Fix samples defaulted to glibchyc2017-05-141-0/+1
| | | | Since glibc is no longer the default C library
* Run samples through an updateAlexey Neyman2017-03-201-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run samples through 'ct-ng update-samples'.Alexey Neyman2017-01-191-3/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove --with-expat from extra GDB args.Alexey Neyman2016-04-011-1/+0
| | | | | | | 300-gdb.sh always adds --with-expat, no need to list it in crosstool.config. Signed-off-by: Alexey Neyman <stilor@att.net>
* samples: Add generic aarch64 sampleBryan Hundven2016-03-032-0/+17
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>