From 20773069b8dafcfbc4bf4f44e076e70c98f07d9c Mon Sep 17 00:00:00 2001
From: "Alexandros C. Couloumbis" <alex@ozo.com>
Date: Tue, 27 Apr 2010 11:42:48 +0000
Subject: [PATCH] package/grub: fix cross compile options

SVN-Revision: 21184
---
 package/grub/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/package/grub/Makefile b/package/grub/Makefile
index 338dbcac1d..9a50f820ec 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
-- 
GitLab