summaryrefslogtreecommitdiff
path: root/package/elftoaout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/elftoaout/Makefile')
-rw-r--r--package/elftoaout/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/elftoaout/Makefile b/package/elftoaout/Makefile
index 51af97ee8..9f374e31d 100644
--- a/package/elftoaout/Makefile
+++ b/package/elftoaout/Makefile
@@ -20,10 +20,6 @@ $(eval $(call HOST_template,ELFTOAOUT,elftoaout,$(PKG_VERSION)-$(PKG_RELEASE)))
HOST_STYLE:= manual
-ifeq ($(OS_FOR_BUILD),Darwin)
-HOST_CFLAGS+= -I$(ADK_TOPDIR)/adk/include
-endif
-
host-build:
$(HOST_CC) $(HOST_CFLAGS) -o $(WRKBUILD)/elftoaout $(WRKBUILD)/elftoaout.c