package/grub: fix cross compile options
SVN-Revision: 21184
This commit is contained in:
parent
066358ab80
commit
20773069b8
1 changed files with 1 additions and 4 deletions
|
@ -31,10 +31,7 @@ define Package/grub
|
|||
URL:=http://www.gnu.org/software/grub/
|
||||
endef
|
||||
|
||||
CONFIGURE_FLAGS:= \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME)
|
||||
CONFIGURE_FLAGS:=
|
||||
|
||||
ifneq ($(HOST_OS),Darwin)
|
||||
define Build/Configure
|
||||
|
|
Loading…
Reference in a new issue