From 96b68fb7047d2d355a6d3cc8409a0f1db95acec9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Apr 2014 01:07:06 +0200 Subject: fix 32 bit userland with 64 bit kernel support after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. --- package/genext2fs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/genext2fs') diff --git a/package/genext2fs/Makefile b/package/genext2fs/Makefile index 4e8fea5bd..cf88ab095 100644 --- a/package/genext2fs/Makefile +++ b/package/genext2fs/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= genext2fs utility PKG_SECTION:= fs PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=genext2fs/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_CFLINE_GENEXT2FS:= depends on ADK_HOST_ONLY include $(TOPDIR)/mk/host.mk -- cgit v1.2.3