svn commit: r518462 - in head/lang: racket racket-minimal

Jan Beich jbeich at FreeBSD.org
Tue Nov 26 16:31:49 UTC 2019


Jimmy Olgeni <olgeni at FreeBSD.org> writes:

> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MJIT} && ${ARCH} == "amd64"
> +CFLAGS+=	-msse -msse2 -mfpmath=sse
> +.endif

Did you mean i386? amd64 mandates SSE2 support. Looking at 176 MiB large
build log[1], -mno-sse is NOT passed to require adjusting CFLAGS on amd64.

[1] curl -O --compressed http://beefy9.nyi.freebsd.org/data/113amd64-default/518286/logs/racket-7.3.log


More information about the svn-ports-all mailing list