summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-19 12:06:16 -0500
committerGitHub <noreply@github.com>2018-05-19 12:06:16 -0500
commit2c7c9cbbac3670f2a118b777012559ce4550d17a (patch)
treefb38fffb24a8b36bf9ca085f7f7bf2f0a6c520ce /pkgs/development/compilers/gcc
parentfac358731d6b9d46dd4ff4f3ddfcaeb5f2c7d1ad (diff)
downloadnixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar.gz
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar.bz2
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar.lz
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar.xz
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.tar.zst
nixlib-2c7c9cbbac3670f2a118b777012559ce4550d17a.zip
gcc5: delete unused patch
Diffstat (limited to 'pkgs/development/compilers/gcc')
-rw-r--r--pkgs/development/compilers/gcc/5/libcxx38-and-above.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/pkgs/development/compilers/gcc/5/libcxx38-and-above.patch b/pkgs/development/compilers/gcc/5/libcxx38-and-above.patch
deleted file mode 100644
index ee48901a6d0c..000000000000
--- a/pkgs/development/compilers/gcc/5/libcxx38-and-above.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-This is a slightly modified version of https://svnweb.freebsd.org/ports/head/lang/gcc5/files/patch-libc%2B%2B?revision=432958&view=co&pathrev=432958,
-which doesn't apply cleanly due to them using a slightly different format of patch from us. I just replaced the .orig file references with a/b paths.
-
---- a/gcc/auto-profile.c 2015-01-18 02:25:42 UTC
-+++ b/gcc/auto-profile.c
-@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3.  
- <http://www.gnu.org/licenses/>.  */
- 
- #include "config.h"
--#include "system.h"
--
--#include <string.h>
- #include <map>
- #include <set>
-+#include "system.h"
- 
- #include "coretypes.h"
- #include "hash-set.h"
---- a/gcc/graphite-isl-ast-to-gimple.c 2017-01-19 21:02:12 UTC
-+++ b/gcc/graphite-isl-ast-to-gimple.c
-@@ -38,6 +38,7 @@ extern "C" {
- #endif
- #endif
- 
-+#include <map>
- #include "system.h"
- #include "coretypes.h"
- #include "hash-set.h"
-@@ -75,7 +76,6 @@ extern "C" {
- #include "tree-scalar-evolution.h"
- #include "gimple-ssa.h"
- #include "tree-into-ssa.h"
--#include <map>
- 
- #ifdef HAVE_isl
- #include "graphite-poly.h"
---- a/gcc/system.h 2015-01-05 12:33:28 UTC
-+++ b/gcc/system.h
-@@ -217,6 +217,7 @@ extern int errno;
- #ifdef __cplusplus
- # include <algorithm>
- # include <cstring>
-+# include <new>
- # include <utility>
- #endif
-