1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:28:53 +03:00

package/grub: fix cross compile options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21184 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-04-27 11:42:48 +00:00
parent c9037bd478
commit 9f6f11156f

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