1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

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/
endef
CONFIGURE_FLAGS:= \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME)
CONFIGURE_FLAGS:=
ifneq ($(HOST_OS),Darwin)
define Build/Configure