From ff7f2c16bd45016c8d3f8aae4339e63c3d524259 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Jun 2020 09:20:00 +0200 Subject: gcc: move patches around --- toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch (limited to 'toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch') diff --git a/toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch b/toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch deleted file mode 100644 index f1f3c8d2d..000000000 --- a/toolchain/gcc/patches/8.3.0/ia64-fix-libgcc.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Nur gcc-6.3.0.orig/libgcc/config/ia64/fde-glibc.c gcc-6.3.0/libgcc/config/ia64/fde-glibc.c ---- gcc-6.3.0.orig/libgcc/config/ia64/fde-glibc.c 2016-01-04 15:30:50.000000000 +0100 -+++ gcc-6.3.0/libgcc/config/ia64/fde-glibc.c 2017-03-05 13:07:33.316600613 +0100 -@@ -25,6 +25,8 @@ - /* Locate the FDE entry for a given address, using glibc ld.so routines - to avoid register/deregister calls at DSO load/unload. */ - -+#ifndef inhibit_libc -+ - #ifndef _GNU_SOURCE - #define _GNU_SOURCE 1 - #endif -@@ -159,3 +161,4 @@ - - return data.ret; - } -+#endif -- cgit v1.2.3