summaryrefslogtreecommitdiff
path: root/package/graphite2
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:29 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:36 +0200
commit6f48aa67eeb98e2ac7b67b2f4e9ac7113111d3de (patch)
treeef0213795408d5304d04aaee848fe7c6780db353 /package/graphite2
parented5996ffbfb613fe26e01e4b29030b432d7bc88e (diff)
graphite2: remove Blackfin related patch
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/graphite2')
-rw-r--r--package/graphite2/0001-disable-double-promotion.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/graphite2/0001-disable-double-promotion.patch b/package/graphite2/0001-disable-double-promotion.patch
deleted file mode 100644
index 888d862341..0000000000
--- a/package/graphite2/0001-disable-double-promotion.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Don't use -Wdouble-promotion gcc option
-
-The warning flag isn't recognized for older GCC versions (blackfin),
-so just disable it.
-
-Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
-[Gustavo: update for 1.3.5]
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-[Bernd: update for 1.3.10]
-
-diff -Nura graphite2-1.3.5.orig/src/CMakeLists.txt graphite2-1.3.5/src/CMakeLists.txt
---- graphite2-1.3.5.orig/src/CMakeLists.txt 2016-02-15 11:46:45.941906112 -0300
-+++ graphite2-1.3.5/src/CMakeLists.txt 2016-02-15 11:46:54.237194222 -0300
-@@ -111,9 +111,6 @@
- if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86|i.86")
- add_definitions(-mfpmath=sse -msse2)
- endif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86|i.86")
-- if (CMAKE_COMPILER_IS_GNUCXX)
-- add_definitions(-Wdouble-promotion)
-- endif (CMAKE_COMPILER_IS_GNUCXX)
- message(STATUS "Compiler ID is: ${CMAKE_CXX_COMPILER_ID}")
- if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
- add_definitions(-Wimplicit-fallthrough)