Date: Sat, 07 Feb 2015 23:54:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 197132] [mips] lang/luajit unsupported build with gcc < 4.3 Message-ID: <bug-197132-27794-KCe8v8pm5p@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197132-27794@https.bugs.freebsd.org/bugzilla/> References: <bug-197132-27794@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=197132 Sean Bruno <sbruno@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #2 from Sean Bruno <sbruno@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197132-27794-KCe8v8pm5p>