diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-05-22 17:37:00 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-22 23:37:41 +0200 |
commit | acab108a7748384376063a0c0ccdd7ad0cee92bb (patch) | |
tree | a75bfbe9b33165b65cbb5fde7433b6ead4d1ff4d /package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch | |
parent | 8c7e38c657a5a3fe1e06b5e906c94111929c4fde (diff) | |
download | buildroot-acab108a7748384376063a0c0ccdd7ad0cee92bb.tar.gz buildroot-acab108a7748384376063a0c0ccdd7ad0cee92bb.zip |
gcc: bump 4.8.x series to version 4.8.3
Update 900-musl-support.patch with upstreamed chunks.
Now upstreamed hence dropped:
840-PR57717.patch (in another way).
842-gcc-4.8.2-Fix-PR-target-58854.patch
843-gcc-4.8.2-Fix-PR-target-58595.patch
850-xtensa-libgcc-linker-script.patch
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch')
-rw-r--r-- | package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch b/package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch deleted file mode 100644 index 378445da39..0000000000 --- a/package/gcc/4.8.2/850-xtensa-libgcc-linker-script.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 7c722c07a0781e4279f643650bc528422c80ce5e Mon Sep 17 00:00:00 2001 -Message-Id: <7c722c07a0781e4279f643650bc528422c80ce5e.1392126765.git.baruch@tkos.co.il> -From: sterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4> -Date: Tue, 21 Jan 2014 19:50:02 +0000 -Subject: [PATCH] 2014-01-21 Baruch Siach <barch@tkos.co.il> - - * config.host (tmake_file): add t-slibgcc-libgcc for xtensa*-*-linux*. - -Patch status: upstream (4.8 branch commit r206905) - -Signed-off-by: Baruch Siach <baruch@tkos.co.il> ---- - -diff --git a/libgcc/config.host b/libgcc/config.host -index ee16d60e34a6..302aa6135211 100644 ---- a/libgcc/config.host -+++ b/libgcc/config.host -@@ -1102,7 +1102,7 @@ xtensa*-*-elf*) - extra_parts="$extra_parts crti.o crtn.o" - ;; - xtensa*-*-linux*) -- tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux" -+ tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc" - md_unwind_header=xtensa/linux-unwind.h - ;; - am33_2.0-*-linux*) --- -1.8.5.3 - |