X-Git-Url: http://git.maemo.org/git/?p=busybox4maemo;a=blobdiff_plain;f=debian%2Fpatches%2F05thumb.dpatch;fp=debian%2Fpatches%2F05thumb.dpatch;h=04ffbf965b37a50917fcefd0707132d30cccd2ff;hp=0000000000000000000000000000000000000000;hb=faceaeecb397b1ba76e53a966b756c68f27e4167;hpb=9ebb45093cbef8ab81d2e6b115d0445353b0e03a diff --git a/debian/patches/05thumb.dpatch b/debian/patches/05thumb.dpatch new file mode 100755 index 0000000..04ffbf9 --- /dev/null +++ b/debian/patches/05thumb.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 99-unnamed.dpatch by Yauheni Kaliuta +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff --git a/Makefile.flags b/Makefile.flags +index 988d6e7..e55e3a2 100644 +--- a/Makefile.flags ++++ b/Makefile.flags +@@ -41,7 +41,7 @@ CFLAGS += $(call cc-option,-Os -fno-builtin-strlen -finline-limit=0 -fomit-frame + # of branch probabilities (hopefully makes bloatcheck more stable): + CFLAGS += $(call cc-option,-fno-guess-branch-probability,) + CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,) +-CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,) ++CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 $(THUMB),) + + # FIXME: These warnings are at least partially to be concerned about and should + # be fixed..