package/grub: fix cross compile options

SVN-Revision: 21184
master
Alexandros C. Couloumbis 15 years ago
parent 066358ab80
commit 20773069b8
  1. 5
      package/grub/Makefile

@ -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

Loading…
Cancel
Save