diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-31 20:49:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-31 20:49:04 +0100 |
commit | 97cd1be469360333c188d98a497073871e5747ed (patch) | |
tree | ec765400795c1d6e31260162cadef318d4337763 /target | |
parent | 7cdbce545188c5f517679fb06e9b2fd9529bc9ae (diff) |
add som configure opts
Diffstat (limited to 'target')
-rw-r--r-- | target/tools/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/grub/Makefile b/target/tools/grub/Makefile index 95d7b2397..58a3b822c 100644 --- a/target/tools/grub/Makefile +++ b/target/tools/grub/Makefile @@ -12,7 +12,7 @@ PKG_SITES:= ftp://alpha.gnu.org/gnu/grub/ include ../rules.mk $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - cd $(WRKBUILD) && ./configure --prefix=$(TOPDIR)/bin/tools + cd $(WRKBUILD) && ./configure --prefix=$(TOPDIR)/bin/tools --disable-nls --disable-efiemu --with-platform=pc $(MAKE) -C $(WRKBUILD) touch $@ |