package/grub: fix cross compile options

SVN-Revision: 21184
This commit is contained in:
Alexandros C. Couloumbis 2010-04-27 11:42:48 +00:00
parent 066358ab80
commit 20773069b8

View File

@ -31,10 +31,7 @@ define Package/grub
URL:=http://www.gnu.org/software/grub/ URL:=http://www.gnu.org/software/grub/
endef endef
CONFIGURE_FLAGS:= \ CONFIGURE_FLAGS:=
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME)
ifneq ($(HOST_OS),Darwin) ifneq ($(HOST_OS),Darwin)
define Build/Configure define Build/Configure