014-disable-static-libgcc.patch 722 B

123456789101112
  1. diff -Nur busybox-1.20.2.orig/Makefile.flags busybox-1.20.2/Makefile.flags
  2. --- busybox-1.20.2.orig/Makefile.flags 2012-06-26 15:35:45.000000000 +0200
  3. +++ busybox-1.20.2/Makefile.flags 2013-08-13 14:25:53.000000000 +0200
  4. @@ -50,7 +50,7 @@
  5. # -fno-guess-branch-probability: prohibit pseudo-random guessing
  6. # of branch probabilities (hopefully makes bloatcheck more stable):
  7. CFLAGS += $(call cc-option,-fno-guess-branch-probability,)
  8. -CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,)
  9. +CFLAGS += $(call cc-option,-funsigned-char,)
  10. CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,)
  11. # FIXME: These warnings are at least partially to be concerned about and should