summaryrefslogtreecommitdiffstats
path: root/source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch')
-rw-r--r--source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch b/source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch
deleted file mode 100644
index ed05bce9a..000000000
--- a/source/x/x11/patch/xf86-video-intel/intel-gcc-pr65873.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up xf86-video-intel-20150520/src/sna/compiler.h.jx xf86-video-intel-20150520/src/sna/compiler.h
---- xf86-video-intel-20150520/src/sna/compiler.h.jx 2015-05-19 07:44:26.000000000 -0400
-+++ xf86-video-intel-20150520/src/sna/compiler.h 2015-05-20 12:53:54.797918726 -0400
-@@ -64,7 +64,7 @@
- #endif
-
- #if HAS_GCC(4, 6) && defined(__OPTIMIZE__)
--#define fast __attribute__((optimize("Ofast")))
-+#define fast __attribute__((optimize("O3")))
- #else
- #define fast
- #endif