[pocl] 11/11: drop libstdc++-7-dev.patch, no longer needed
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Dec 18 08:15:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository pocl.
commit e19940de8baa4489adae62e1152132f153e8a14b
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Nov 28 04:30:31 2017 +0100
drop libstdc++-7-dev.patch, no longer needed
---
debian/patches/libstdc++-7-dev.patch | 18 ------------------
debian/patches/series | 1 -
2 files changed, 19 deletions(-)
diff --git a/debian/patches/libstdc++-7-dev.patch b/debian/patches/libstdc++-7-dev.patch
deleted file mode 100644
index 53082af..0000000
--- a/debian/patches/libstdc++-7-dev.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Andreas Beckmann <anbe at debian.org>
-Description: work around FTBFS with g++-7 as default g++
-
---- a/lib/kernel/vecmathlib/floattypes.h
-+++ b/lib/kernel/vecmathlib/floattypes.h
-@@ -3,6 +3,12 @@
- #ifndef FLOATTYPES_H
- #define FLOATTYPES_H
-
-+// HACK for using clang-3.8 with libstdc++-7-dev
-+#if defined(__clang__) && ((__clang_major__ * 100 + __clang_minor__) < 309)
-+#include <bits/c++config.h>
-+#undef _GLIBCXX_USE_FLOAT128
-+#endif
-+
- #include <cassert>
- #include <cstdlib>
-
diff --git a/debian/patches/series b/debian/patches/series
index eea4f08..de711f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,7 +6,6 @@ glibc-2.23.patch
set-POCL_DEVICE_ADDRESS_BITS-before-use.patch
consistent-newlines-in-POCL_ABORT.patch
do-not-export-clang-symbols.patch
-libstdc++-7-dev.patch
cmake-no-fno-rtti.patch
cmake-no-llvm-sys-getHostCPUName.patch
no-path-in-pocl.icd.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git
More information about the Pkg-opencl-commits
mailing list