Date: Mon, 17 Apr 2017 17:05:59 +0000 From: "Martin Wilke" <miwi@FreeBSD.org> To: "Remko Lodder" <remko@FreeBSD.org>, vbox@FreeBSD.org Subject: Re: patch for building kBuild on armv6 Message-ID: <em3aae3178-60a6-4eb6-b3fc-147ac0a31ec6@msi> In-Reply-To: <D981606A-468B-4226-9ED2-6C339AD97127@freebsd.org> References: <D981606A-468B-4226-9ED2-6C339AD97127@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Remko,
Just commit it.
Regards,
Martin
------ Original Message ------
From: "Remko Lodder" <remko@FreeBSD.org>
To: vbox@FreeBSD.org
Sent: 16/04/2017 09:47:03 PM
Subject: patch for building kBuild on armv6
>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=3D ${WRKDIR}/${PORTNAME}-${DISTVERSION}
>
> KBUILD_VERSION=3D 0.1.9998
>-KBUILD_ARCH=3D =20
>${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
>+KBUILD_ARCH=3D =20
>${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:S/armv6/arm/}
> KBUILD_ENV=3D ACLOCAL=3D${ACLOCAL} \
> AUTOMAKE=3D${AUTOMAKE} \
> AUTORECONF=3D${AUTORECONF} \
>
>With that the port seems to work fine.
>
>Do I need to create a PR? Then I will ofcourse do so.
>
>Cheers
>Remko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?em3aae3178-60a6-4eb6-b3fc-147ac0a31ec6>
