mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-28 16:27:30 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
26
Patches/CyanogenMod-13.0/android_build/Enable_Graphite.patch
Normal file
26
Patches/CyanogenMod-13.0/android_build/Enable_Graphite.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
From 8076f19e43061cbc363c7a01f4485c65a266ab57 Mon Sep 17 00:00:00 2001
|
||||
From: Tad <tad@spotco.us>
|
||||
Date: Thu, 25 Feb 2016 19:40:24 -0500
|
||||
Subject: [PATCH] Enable graphite
|
||||
|
||||
Change-Id: I799412c31dd0c30050657fbc6f1d0daec8d4d54c
|
||||
---
|
||||
core/archidroid.mk | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/core/archidroid.mk b/core/archidroid.mk
|
||||
index 9ab4918..2ace5f1 100644
|
||||
--- a/core/archidroid.mk
|
||||
+++ b/core/archidroid.mk
|
||||
@@ -64,7 +64,7 @@ ARCHIDROID_GCC_CFLAGS_64 :=
|
||||
# ARCHIDROID_GCC_CFLAGS += -ftracer -funroll-loops
|
||||
|
||||
# These flags may cause ICEs in some compilers, but work fine in other ones, test carefully
|
||||
-# ARCHIDROID_GCC_CFLAGS += -fgraphite -fgraphite-identity
|
||||
+ARCHIDROID_GCC_CFLAGS += -fgraphite -fgraphite-identity
|
||||
|
||||
# The following flags (-floop) require that your GCC has been configured --with-isl
|
||||
# Additionally, applying any of them will most likely cause ICE in your compiler, so they're disabled
|
||||
--
|
||||
2.5.0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue