diff -Naur busybox-1.13.2/Makefile.flags busybox-1.13.2-magellan/Makefile.flags --- busybox-1.13.2/Makefile.flags 2008-11-09 18:28:22.000000000 +0100 +++ busybox-1.13.2-magellan/Makefile.flags 2009-01-12 20:41:14.000000000 +0100 @@ -30,7 +30,7 @@ # still possible to build bbox without warnings. ifeq ($(CONFIG_WERROR),y) -CFLAGS += $(call cc-option,-Werror,) +CFLAGS += $(call cc-option,,) endif # gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action() CFLAGS += $(call cc-ifversion, -ge, 0400, -Wold-style-definition) @@ -40,7 +40,7 @@ # 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,,) # FIXME: These warnings are at least partially to be concerned about and should # be fixed..