summaryrefslogtreecommitdiff
path: root/debian/patches/gdc-frontend-posix.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
commit8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch)
tree06c106e622a58100aa85a381b9b65d222b076df4 /debian/patches/gdc-frontend-posix.diff
parent42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff)
downloadgcc-9-debian.tar.gz
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/patches/gdc-frontend-posix.diff')
-rw-r--r--debian/patches/gdc-frontend-posix.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/gdc-frontend-posix.diff b/debian/patches/gdc-frontend-posix.diff
deleted file mode 100644
index 3c70021..0000000
--- a/debian/patches/gdc-frontend-posix.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-# DP: Fix build of the D frontend on the Hurd and KFreeBSD.
-
-Index: b/src/gcc/d/dfrontend/object.h
-===================================================================
---- a/src/gcc/d/dfrontend/object.h
-+++ b/src/gcc/d/dfrontend/object.h
-@@ -10,7 +10,7 @@
- #ifndef OBJECT_H
- #define OBJECT_H
-
--#define POSIX (__linux__ || __APPLE__ || __FreeBSD__ || __OpenBSD__ || __sun)
-+#define POSIX (__linux__ || __GLIBC__ || __gnu_hurd__ || __APPLE__ || __FreeBSD__ || __OpenBSD__ || __sun)
-
- #if __DMC__
- #pragma once