2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
10 PKG_BUILD_DIR
:=$(TOOL_BUILD_DIR
)/sstrip
12 include $(INCLUDE_DIR
)/host-build.mk
15 ifeq ($(HOST_OS
),Darwin
)
18 CFLAGS
+= -I
$(TOPDIR
)/tools
/include -include endian.h
21 $(CC
) $(CFLAGS
) -o
$(PKG_BUILD_DIR
)/sstrip src
/sstrip.c
25 mkdir
-p
$(STAGING_DIR
)/bin
26 $(CP
) $(PKG_BUILD_DIR
)/sstrip
$(STAGING_DIR
)/bin
/
30 rm -f
$(STAGING_DIR
)/bin
/sstrip
33 $(eval
$(call HostBuild
))
This page took 0.044789 seconds and 5 git commands to generate.