diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base')
-rw-r--r-- | package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base b/package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base new file mode 100644 index 0000000..fde6fbb --- /dev/null +++ b/package/busybox/patches/.svn/text-base/150-no_static_libgcc.patch.svn-base @@ -0,0 +1,11 @@ +--- a/Makefile.flags ++++ b/Makefile.flags +@@ -50,7 +50,7 @@ CFLAGS += $(call cc-option,-fno-builtin- + # -fno-guess-branch-probability: prohibit pseudo-random guessing + # 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,-funsigned-char,) + CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,) + + # FIXME: These warnings are at least partially to be concerned about and should |