[arch-commits] Commit in gcc/trunk (phobos_path.patch phobos_path.patch)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 24 16:37:06 UTC 2019


    Date: Thursday, October 24, 2019 @ 16:37:05
  Author: bpiotrowski
Revision: 365436

9.2.0-3: binutils 2.33.1 rebuild

- install missing ISO_Fortran_binding.h headers
- add GDC

Added:
  gcc/trunk/phobos_path.patch
Deleted:
  gcc/trunk/phobos_path.patch

-------------------+
 phobos_path.patch |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Deleted: phobos_path.patch
===================================================================
--- phobos_path.patch	2019-10-24 16:35:33 UTC (rev 365435)
+++ phobos_path.patch	2019-10-24 16:37:05 UTC (rev 365436)
@@ -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;
-
- 

Added: phobos_path.patch
===================================================================
--- phobos_path.patch	                        (rev 0)
+++ phobos_path.patch	2019-10-24 16:37:05 UTC (rev 365436)
@@ -0,0 +1,14 @@
+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;
+
+ 



More information about the arch-commits mailing list