Преглед изворни кода

package/grub: play it safe, cross compile everywhere

SVN-Revision: 20739
Alexandros C. Couloumbis пре 15 година
родитељ
комит
843ac4a11a
1 измењених фајлова са 0 додато и 10 уклоњено
  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