aboutsummaryrefslogtreecommitdiff
path: root/samples/arm-multilib-linux-uclibcgnueabi
Commit message (Collapse)AuthorAgeFilesLines
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-5/+5
| | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Make arm-multilib-linux-uclibcgnueabi staticAlexey Neyman2017-03-151-1/+2
| | | | | | | | | GCC does not distinguish the resulting binary by the CFLAGS (e.g. based on which -march= was given). This means, while it will use the right libraries for linking, at runtime they are all going to request the same ld.so path and load the libraries from the same default path. 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>
* Run samples through 'ct-ng update-samples'.Alexey Neyman2016-12-161-1/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* arm-multilib-linux-uclibcgnueabi: Add.Alexey Neyman2016-08-232-0/+21
No threads (uclibc/libpthread does not compile on ARMv8); no C++ (libitm depends on pthreads), no GDB/DUMA (depend on threads). Signed-off-by: Alexey Neyman <stilor@att.net>