diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 12:20:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 12:20:06 +0200 |
commit | fd83f7e52b5a79485e75cd9f0c9e5b111a019b22 (patch) | |
tree | 3cb3b9b7615a11a8c392f4ee2ca8b624bfffe9a9 /toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch | |
parent | 38419263f6033f1ac086f27d80136eb030c9cb4f (diff) |
gcc: add upstreamable patchset for microblaze, remove old patches and use http protocol
Diffstat (limited to 'toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch')
-rw-r--r-- | toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch b/toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch new file mode 100644 index 000000000..54bd12e95 --- /dev/null +++ b/toolchain/gcc/patches/git/0001-fix-linker-name-for-uClibc.patch @@ -0,0 +1,25 @@ +From 0e8273cfa622a448787e408a066c520ee18eed77 Mon Sep 17 00:00:00 2001 +From: Waldemar Brodkorb <wbx@uclibc-ng.org> +Date: Sat, 1 Oct 2016 13:33:13 +0200 +Subject: [PATCH] fix linker name for uClibc + +Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> +--- + gcc/config/microblaze/linux.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h +index ae8523c..b3bf43a 100644 +--- a/gcc/config/microblaze/linux.h ++++ b/gcc/config/microblaze/linux.h +@@ -29,6 +29,7 @@ + #define TLS_NEEDS_GOT 1 + + #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" ++#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" + + #if TARGET_BIG_ENDIAN_DEFAULT == 0 /* LE */ + #define MUSL_DYNAMIC_LINKER_E "%{mbig-endian:;:el}" +-- +2.7.4 (Apple Git-66) + |