aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2024-09-25arc: Cleanup arcbePavel Kozlov1-9/+0
Remove the mention of arcbe ABI to avoid any mislead. ARC big endian ABI is no longer supported. Reviewed-by: Florian Weimer <fweimer@redhat.com>
2021-05-17arc: Remove _dl_var_initFlorian Weimer1-7/+0
The generic __rtld_static_init code handles GLRO (dl_pagesize). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2020-07-10ARC: Build InfrastructureVineet Gupta1-0/+29
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>