diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 07:39:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 07:39:25 +0200 |
commit | fb7e42d7be891a6600be639a6ded4a32c9b06020 (patch) | |
tree | 326a1031b226557c54e00a025a5c70950d877aea /package/grub | |
parent | adcaabe7e3f75bf67d93e7bea06ad327b145c574 (diff) |
can be cross-compiled on Darwin
Diffstat (limited to 'package/grub')
-rw-r--r-- | package/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index 63cdd7491..663d02d72 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -13,7 +13,6 @@ PKG_BUILDDEP:= bison-host PKG_URL:= http://www.gnu.org/software/grub PKG_SITES:= ftp://ftp.gnu.org/gnu/grub/ -#PKG_HOST_DEPENDS:= linux PKG_ARCH_DEPENDS:= x86 x86_64 mips PKG_NOPARALLEL:= 1 @@ -39,6 +38,7 @@ TARGET_CFLAGS+= -static TARGET_LDFLAGS+= -static endif +CONFIGURE_ARGS+= --disable-grub-mkfont XAKE_FLAGS+= GCC_HONOUR_COPTS=s grub-install: |