patch-Makefile 583 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- busybox-1.13.4.orig/Makefile 2009-04-15 02:11:01.000000000 +0200
  3. +++ busybox-1.13.4/Makefile 2009-05-06 20:30:25.953125000 +0200
  4. @@ -277,7 +277,7 @@ HOSTCXXFLAGS :=
  5. # We need some generic definitions
  6. include $(srctree)/scripts/Kbuild.include
  7. -HOSTCFLAGS += $(call hostcc-option,-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer,)
  8. +HOSTCFLAGS += $(call hostcc-option,-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DHOSTCOMPILE=1,)
  9. HOSTCXXFLAGS += -O2
  10. # For maximum performance (+ possibly random breakage, uncomment