110-no_static_libgcc.patch 635 B

1234567891011
  1. --- a/Makefile.flags
  2. +++ b/Makefile.flags
  3. @@ -51,7 +51,7 @@ CFLAGS += $(call cc-option,-fno-builtin-
  4. # -fno-guess-branch-probability: prohibit pseudo-random guessing
  5. # of branch probabilities (hopefully makes bloatcheck more stable):
  6. CFLAGS += $(call cc-option,-fno-guess-branch-probability,)
  7. -CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,)
  8. +CFLAGS += $(call cc-option,-funsigned-char,)
  9. CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,)
  10. # Defeat .eh_frame bloat (gcc 4.6.3 x86-32 defconfig: 20% smaller busybox binary):
  11. CFLAGS += $(call cc-option,-fno-unwind-tables,)