[Bug 200322] lang/erlang failes to build on armv6 with HiPE enabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 20 18:44:27 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200322

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

Turns out the fix was rather easy. Mikaël Urankar told me he got it to compile
with:

.if ${ARCH} == armv6
MAKE_ARGS+=     ARCH=arm
.endif

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

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


More information about the freebsd-arm mailing list