Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 18:44:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 200322] lang/erlang failes to build on armv6 with HiPE enabled
Message-ID:  <bug-200322-7-UZOnB0DKmJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200322-7@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200322-7@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200322

--- Comment #8 from a.andersson.thn@gmail.com ---
Created attachment 156980
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D156980&action=
=3Dedit
Fix for HiPe in lang/erlang

Turns out the fix was rather easy. Mika=C3=ABl Urankar told me he got it to=
 compile
with:

.if ${ARCH} =3D=3D armv6
MAKE_ARGS+=3D     ARCH=3Darm
.endif

This allows HiPE in erlang to be compiled on arm. Tested and verified to wo=
rk
as well.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200322-7-UZOnB0DKmJ>