From add5797b1c66f1c09fde1092cabae90c688b2d6d Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 5 Oct 2009 15:31:30 +0200 Subject: [PATCH] cxxtools has it's own tools, so built them to not require them being installed on the host system --- cxxtools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cxxtools/Makefile b/cxxtools/Makefile index 9ea9691..3626942 100644 --- a/cxxtools/Makefile +++ b/cxxtools/Makefile @@ -18,6 +18,7 @@ PKG_INSTALL:=1 PKG_FIXUP:=libtool +include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include @@ -47,4 +48,5 @@ define Package/cxxtools/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.so* $(1)/usr/lib/ endef +$(eval $(call HostBuild)) $(eval $(call BuildPackage,cxxtools))