summaryrefslogtreecommitdiffstats
path: root/package/grub
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 11:42:48 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 11:42:48 +0000
commit9f6f11156f923674bde2d713f92465d618af5fb9 (patch)
tree7f5945e6d9672688a3c95b4688d49b7b9b1efaaa /package/grub
parentc9037bd478877f3057739ba0e437ae2857c49923 (diff)
package/grub: fix cross compile options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/grub')
-rw-r--r--package/grub/Makefile5
1 files changed, 1 insertions, 4 deletions
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