TEMP changes for running on NUC.

This commit is contained in:
Tom Alexander
2023-10-26 20:34:14 -04:00
parent 68e84fdd77
commit f6bc39a7fb
5 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
#
# Example from bottom of /usr/share/examples/etc/make.conf
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/devel/qt6-base*}
CPUTYPE?=tigerlake
CPUTYPE?=skylake
# CPUTYPE?=x86-64-v4
.endif