bsd.cpu.mk: Add _CPUFLAGS to CXXFLAGS as well

PR: 180365
Reviewed by: imp
Sponsored by: Netflix
This commit is contained in:
Norikatsu Shigemura 2025-01-20 13:53:19 -07:00 committed by Warner Losh
parent c8b89c11a1
commit 0fb33e049a

View file

@ -350,6 +350,7 @@ CFLAGS += -march=rv64imafdc -mabi=lp64d
.if !defined(NO_CPU_CFLAGS)
CFLAGS += ${_CPUCFLAGS}
CXXFLAGS += ${_CPUCFLAGS}
.endif
#