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