Răsfoiți Sursa

package/grub: play it safe, cross compile everywhere

SVN-Revision: 20739
Alexandros C. Couloumbis 16 ani în urmă
părinte
comite
843ac4a11a
1 a modificat fișierele cu 0 adăugiri și 10 ștergeri
  1. 0 10
      package/grub/Makefile

+ 0 - 10
package/grub/Makefile

@@ -31,20 +31,10 @@ define Package/grub
   URL:=http://www.gnu.org/software/grub/
 endef
 
-ifeq ($(HOST_OS),Linux)
-  NATIVEGRUB-i386:=1
-  NATIVEGRUB-i686:=1
-  NATIVEGRUB:=$(NATIVEGRUB-$(HOST_ARCH))
-endif
-
-ifeq ($(NATIVEGRUB),)
 CONFIGURE_FLAGS:= \
 	--target=$(GNU_TARGET_NAME) \
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME)
-else
-CONFIGURE_FLAGS:=
-endif
 
 ifneq ($(HOST_OS),Darwin)
 define Build/Configure