X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/893dbf3f3bc7671e44282f28fca64afc78778deb..81d3bb5d22cc2c87d495e9c303d88e4cda25f641:/tools/mtd-utils/Makefile?ds=inline diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index f67ccf758..bc15f0a67 100644 --- a/tools/mtd-utils/Makefile +++ b/tools/mtd-utils/Makefile @@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig include $(INCLUDE_DIR)/host-build.mk CFLAGS := $(HOSTCFLAGS) -O2 -I../include -ifneq ($(OS),Linux) +ifneq ($(HOST_OS),Linux) CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -I$(STAGING_DIR)/include-host -include getline.h -include endian.h endif