Lines Matching refs:ld
4 Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK
7 We need binutils to look at our ld.so.conf file within the SDK to ensure
12 gcc internal paths. This ensures that ld works correctly in our buildtools
24 ld/Makefile.am | 3 ++-
25 ld/Makefile.in | 3 ++-
26 ld/ldelf.c | 2 +-
27 ld/ldmain.c | 1 +
28 ld/ldmain.h | 1 +
31 diff --git a/ld/Makefile.am b/ld/Makefile.am
33 --- a/ld/Makefile.am
34 +++ b/ld/Makefile.am
45 diff --git a/ld/Makefile.in b/ld/Makefile.in
47 --- a/ld/Makefile.in
48 +++ b/ld/Makefile.in
59 diff --git a/ld/ldelf.c b/ld/ldelf.c
61 --- a/ld/ldelf.c
62 +++ b/ld/ldelf.c
67 - tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf",
68 + tmppath = concat (ld_sysconfdir, "/ld.so.conf",
72 diff --git a/ld/ldmain.c b/ld/ldmain.c
74 --- a/ld/ldmain.c
75 +++ b/ld/ldmain.c
84 diff --git a/ld/ldmain.h b/ld/ldmain.h
86 --- a/ld/ldmain.h
87 +++ b/ld/ldmain.h