diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.1/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.1/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.1/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch b/meta/recipes-devtools/gcc/gcc-5.1/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch new file mode 100644 index 0000000000..b691946b0e --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-5.1/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 861bcfd4ae814f351e0c668ee26d01d1331e0422 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 28 Apr 2015 23:15:27 -0700 | ||
| 4 | Subject: [PATCH 36/37] Use SYSTEMLIBS_DIR replacement instead of hardcoding | ||
| 5 | base_libdir | ||
| 6 | |||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | gcc/config/aarch64/aarch64-linux.h | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/gcc/config/aarch64/aarch64-linux.h b/gcc/config/aarch64/aarch64-linux.h | ||
| 13 | index 9abb252..79525ee 100644 | ||
| 14 | --- a/gcc/config/aarch64/aarch64-linux.h | ||
| 15 | +++ b/gcc/config/aarch64/aarch64-linux.h | ||
| 16 | @@ -21,7 +21,7 @@ | ||
| 17 | #ifndef GCC_AARCH64_LINUX_H | ||
| 18 | #define GCC_AARCH64_LINUX_H | ||
| 19 | |||
| 20 | -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" | ||
| 21 | +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" | ||
| 22 | |||
| 23 | #undef ASAN_CC1_SPEC | ||
| 24 | #define ASAN_CC1_SPEC "%{%:sanitize(address):-funwind-tables}" | ||
| 25 | -- | ||
| 26 | 2.1.4 | ||
| 27 | |||
