From 9f6f11156f923674bde2d713f92465d618af5fb9 Mon Sep 17 00:00:00 2001
From: acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 27 Apr 2010 11:42:48 +0000
Subject: package/grub: fix cross compile options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21184 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/grub/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'package/grub')

diff --git a/package/grub/Makefile b/package/grub/Makefile
index 338dbcac1..9a50f820e 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -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
-- 
cgit v1.2.3