summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-12 01:16:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-13 03:19:15 +0200
commitc6bb8a136a4b39028160b7417a5f2c3be0736c47 (patch)
tree940816604b2a0375172ebc3ff0adb87a97c66d11 /toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch
parente94e852d2de3a732821277afdd17f9e407a27e94 (diff)
gcc: remove support for gcc5/gcc6
Diffstat (limited to 'toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch')
-rw-r--r--toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch b/toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch
deleted file mode 100644
index 4500ad55e..000000000
--- a/toolchain/gcc/patches/5.4.0/lm32-newlib-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Backport from gcc git
-https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=f151e2adc9c93b5d65f551f087077609821b71b7
-
-diff -Nur gcc-5.3.0.orig/gcc/config.gcc gcc-5.3.0/gcc/config.gcc
---- gcc-5.3.0.orig/gcc/config.gcc 2015-09-10 16:17:53.000000000 +0200
-+++ gcc-5.3.0/gcc/config.gcc 2016-04-02 19:51:24.771406949 +0200
-@@ -1805,7 +1805,7 @@
- md_file=iq2000/iq2000.md
- ;;
- lm32-*-elf*)
-- tm_file="dbxelf.h elfos.h ${tm_file}"
-+ tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
- tmake_file="${tmake_file} lm32/t-lm32"
- ;;
- lm32-*-rtems*)