summaryrefslogtreecommitdiff
path: root/package/grub
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-27 11:42:48 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-27 11:42:48 +0000
commit20773069b8dafcfbc4bf4f44e076e70c98f07d9c (patch)
tree877f72b98d6052e06b58aa9bc85b61a6c6220806 /package/grub
parent066358ab8036321a9c333a881ba329985e688dfd (diff)
downloadmtk-20170518-20773069b8dafcfbc4bf4f44e076e70c98f07d9c.zip
mtk-20170518-20773069b8dafcfbc4bf4f44e076e70c98f07d9c.tar.gz
mtk-20170518-20773069b8dafcfbc4bf4f44e076e70c98f07d9c.tar.bz2
package/grub: fix cross compile options
SVN-Revision: 21184
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 338dbca..9a50f82 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