diff Makefile @ 56:585cf5a218ad

Allow to build PyPy-v7.3.14 on FreeBSD 13.2: This needs to handle: - AF_NETLINK support on FreeBSD - build of termios (with extra header termios.h)
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 07 Jan 2024 22:27:41 +0100
parents fbd13af3b578
children 4d4875f64305
line wrap: on
line diff
--- a/Makefile	Tue Feb 21 22:20:50 2023 +0100
+++ b/Makefile	Sun Jan 07 22:27:41 2024 +0100
@@ -121,7 +121,7 @@
 		${MKDIR} ${WRKDIR}/build; \
 		(cd ${WRKSRC}/pypy/goal; \
 			${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYPY_USESSION_BASENAME=${PORTNAME} \
-			${PYTHON_CMD} ../../rpython/bin/rpython --source -Ojit targetpypystandalone.py ${PYPY_ARGS}); \
+			${PYTHON_CMD} ../../rpython/bin/rpython --source --opt=jit targetpypystandalone.py ${PYPY_ARGS}); \
 	fi
 
 post-build: