[Bug 197132] [mips] lang/luajit unsupported build with gcc < 4.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 7 23:54:56 UTC 2015


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

Sean Bruno <sbruno at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #2 from Sean Bruno <sbruno at FreeBSD.org> ---
I'm thinking about changing the port to this for clarity:

Index: Makefile
===================================================================
--- Makefile    (revision 378625)
+++ Makefile    (working copy)
@@ -21,10 +21,7 @@
         ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
     @${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

-.include <bsd.port.pre.mk>
+ONLY_FOR_ARCHS= i386 amd64 armv6
+ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.

-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=        Does not compile on ia64, powerpc, or sparc64
-.endif
-
 .include <bsd.port.post.mk>

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


More information about the freebsd-mips mailing list