package/grub: fix cross compile options
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Apr 2010 11:42:48 +0000 (11:42 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Apr 2010 11:42:48 +0000 (11:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21184 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/grub/Makefile

index 338dbca..9a50f82 100644 (file)
@@ -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
This page took 0.025337 seconds and 4 git commands to generate.