patch for building kBuild on armv6

Remko Lodder remko at FreeBSD.org
Sun Apr 16 13:47:16 UTC 2017


Hi,

I have a little patch to build kBuild on armv6;

--- Makefile.orig       2017-04-16 15:42:16.858371000 +0200
+++ Makefile    2017-04-16 15:42:33.841671000 +0200
@@ -25,7 +25,7 @@
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${DISTVERSION}

 KBUILD_VERSION=        0.1.9998
-KBUILD_ARCH=   ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
+KBUILD_ARCH=   ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:S/armv6/arm/}
 KBUILD_ENV=    ACLOCAL=${ACLOCAL} \
                AUTOMAKE=${AUTOMAKE} \
                AUTORECONF=${AUTORECONF} \

With that the port seems to work fine.

Do I need to create a PR? Then I will ofcourse do so.

Cheers
Remko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/freebsd-emulation/attachments/20170416/c0db290f/attachment.sig>


More information about the freebsd-emulation mailing list