Added CONFIG_CLEAR and CONFIG_RESET to config.maemo
[busybox4maemo] / debian / patches / 05thumb.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 99-unnamed.dpatch by Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff --git a/Makefile.flags b/Makefile.flags
9 index 988d6e7..e55e3a2 100644
10 --- a/Makefile.flags
11 +++ b/Makefile.flags
12 @@ -41,7 +41,7 @@ CFLAGS += $(call cc-option,-Os -fno-builtin-strlen -finline-limit=0 -fomit-frame
13  # of branch probabilities (hopefully makes bloatcheck more stable):
14  CFLAGS += $(call cc-option,-fno-guess-branch-probability,)
15  CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,)
16 -CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,)
17 +CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 $(THUMB),)
18  
19  # FIXME: These warnings are at least partially to be concerned about and should
20  # be fixed..