summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc/remove_space_opt.patch')
-rw-r--r--meta/recipes-kernel/dtc/dtc/remove_space_opt.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch b/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch
deleted file mode 100644
index 8c26deca35..0000000000
--- a/meta/recipes-kernel/dtc/dtc/remove_space_opt.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Remove the -Os flag
2
3Upstream-Status: Inappropriate [configuration]
4
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6Index: git/Makefile
7===================================================================
8--- git.orig/Makefile
9+++ git/Makefile
10@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
11 CPPFLAGS = -I libfdt
12 WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
13 -Wstrict-prototypes -Wmissing-prototypes
14-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
15+CFLAGS = -g -fPIC -Werror $(WARNINGS)
16
17 BISON = bison
18 LEX = flex