1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

ARC: Build Infrastructure

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Vineet Gupta
2018-10-23 15:39:50 -07:00
parent 33ff7b3988
commit 0be8ae3679
15 changed files with 369 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEFAULT GLIBC_2.32
%ifdef HAVE_ARC_BE
ld=ld-linux-arceb.so.2
%else
ld=ld-linux-arc.so.2
%endif