mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
package/grub: fix cross compile options
SVN-Revision: 21184
This commit is contained in:
parent
066358ab80
commit
20773069b8
@ -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 New Issue
Block a user