mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
bsd.cpu.mk: Add _CPUFLAGS to CXXFLAGS as well
PR: 180365 Reviewed by: imp Sponsored by: Netflix
This commit is contained in:
parent
c8b89c11a1
commit
0fb33e049a
1 changed files with 1 additions and 0 deletions
|
|
@ -350,6 +350,7 @@ CFLAGS += -march=rv64imafdc -mabi=lp64d
|
|||
|
||||
.if !defined(NO_CPU_CFLAGS)
|
||||
CFLAGS += ${_CPUCFLAGS}
|
||||
CXXFLAGS += ${_CPUCFLAGS}
|
||||
.endif
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue