summarylogtreecommitdiffstats
path: root/04.graphite.patch
diff options
context:
space:
mode:
Diffstat (limited to '04.graphite.patch')
-rw-r--r--04.graphite.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/04.graphite.patch b/04.graphite.patch
deleted file mode 100644
index ddb5a13eba28..000000000000
--- a/04.graphite.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- makepkg-optimize
-+++ makepkg-optimize
-@@ -891,6 +891,11 @@
- fi
- fi
-
-+ # Utilize graphite if it is requested (check buildenv and PKGBUILD opts)
-+ if check_buildoption "graphite" "y"; then
-+ CFLAGS+=" -fgraphite-identity -floop-nest-optimize -ftree-loop-distribution -ftree-vectorize"
-+ CXXFLAGS+=" -fgraphite-identity -floop-nest-optimize -ftree-loop-distribution -ftree-vectorize"
-+ fi
-
- run_function_safe "build"
- }