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
8 include $(INCLUDE_DIR
)/host-build.mk
10 PKG_BUILD_DIR
:=$(TOOL_BUILD_DIR
)/sstrip
13 ifeq ($(HOST_OS
),Darwin
)
16 CFLAGS
+= -I
$(TOPDIR
)/tools
/include -include endian.h
19 $(CC
) $(CFLAGS
) -o
$(PKG_BUILD_DIR
)/sstrip src
/sstrip.c
23 mkdir
-p
$(STAGING_DIR
)/bin
24 $(CP
) $(PKG_BUILD_DIR
)/sstrip
$(STAGING_DIR
)/bin
/
28 rm -f
$(STAGING_DIR
)/bin
/sstrip
31 $(eval
$(call HostBuild
))
This page took 0.043945 seconds and 5 git commands to generate.