summaryrefslogtreecommitdiff
path: root/samples/aarch64-rpi3-linux-gnueabi/crosstool.config
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Fix ARM32 name for androidAlexey Neyman1-12/+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>
2017-05-14Fix samples defaulted to glibchyc1-0/+1
Since glibc is no longer the default C library
2017-03-20Run samples through an updateAlexey Neyman1-2/+2
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-20Run samples through 'ct-ng update-samples'.Alexey Neyman1-3/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-18Make all samples save tarballs.Alexey Neyman1-0/+1
... and provide consistent logging. Signed-off-by: Alexey Neyman <stilor@att.net>
2016-04-02Remove --with-expat from extra GDB args.Alexey Neyman1-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>
2016-03-03samples: add aarch64-rpi3-linux-gnueabiBryan Hundven1-0/+14
This is a aarch64 raspberry pi 3 sample. Please test! Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>