summarylogtreecommitdiffstats
path: root/gdc_phobos_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gdc_phobos_path.patch')
-rw-r--r--gdc_phobos_path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdc_phobos_path.patch b/gdc_phobos_path.patch
deleted file mode 100644
index 6f43b6ee7a96..000000000000
--- a/gdc_phobos_path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur a/gcc/d/d-incpath.cc b/gcc/d/d-incpath.cc
---- a/gcc/d/d-incpath.cc 2019-01-01 13:31:55.000000000 +0100
-+++ b/gcc/d/d-incpath.cc 2019-06-28 08:32:00.326241502 +0200
-@@ -140,7 +140,7 @@
- path = xstrdup (p->fname);
-
- /* Add D-specific suffix. */
-- path = concat (path, "/d", NULL);
-+ path = concat (path, "/dlang/gdc", NULL);
-
- /* Ignore duplicate entries. */
- bool found = false;
-
-