diff options
author | Que Quotion | 2018-08-30 10:42:56 +0900 |
---|---|---|
committer | Que Quotion | 2018-08-30 10:49:02 +0900 |
commit | 00b4663035f5a907c5170253ce762f6df4ee7975 (patch) | |
tree | 39dc35e8b4b179f79a45c8a871ececa20a9154a5 /04.graphite.patch | |
parent | 32fa78c289e0c3f0ae564a73f2045de2dadb4ae5 (diff) | |
download | aur-00b4663035f5a907c5170253ce762f6df4ee7975.tar.gz |
Migrate makepkg-optimize2 into makepkg-optimize; this is the best way to deal with my out-of-date troll and pacman-build_env-ext
Diffstat (limited to '04.graphite.patch')
-rw-r--r-- | 04.graphite.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/04.graphite.patch b/04.graphite.patch deleted file mode 100644 index ddb5a13eba2..00000000000 --- 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" - } |