mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-31 18:57:29 +03:00
package/grub: play it safe, cross compile everywhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
54416feb9c
commit
deb7ff887e
@ -31,20 +31,10 @@ define Package/grub
|
|||||||
URL:=http://www.gnu.org/software/grub/
|
URL:=http://www.gnu.org/software/grub/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(HOST_OS),Linux)
|
|
||||||
NATIVEGRUB-i386:=1
|
|
||||||
NATIVEGRUB-i686:=1
|
|
||||||
NATIVEGRUB:=$(NATIVEGRUB-$(HOST_ARCH))
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(NATIVEGRUB),)
|
|
||||||
CONFIGURE_FLAGS:= \
|
CONFIGURE_FLAGS:= \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME)
|
--build=$(GNU_HOST_NAME)
|
||||||
else
|
|
||||||
CONFIGURE_FLAGS:=
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(HOST_OS),Darwin)
|
ifneq ($(HOST_OS),Darwin)
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user