x86: don't attempt to compile grub on darwin

SVN-Revision: 11599
This commit is contained in:
Felix Fietkau
2008-06-28 17:54:44 +00:00
parent 04453591af
commit 2b5ce63303
3 changed files with 13 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ else
CONFIGURE_FLAGS:=
endif
ifneq ($(HOST_OS),Darwin)
define Build/Configure
(cd $(PKG_BUILD_DIR); \
LDFLAGS="-static" \
@@ -83,5 +84,6 @@ define Build/InstallDev
install
mv $(STAGING_DIR_HOST)/usr/sbin/grub $(STAGING_DIR_HOST)/bin
endef
endif
$(eval $(call BuildPackage,grub))