mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Better emulate the FSF build for Sparc64.
This commit is contained in:
parent
9cdb5b17ea
commit
837bd2fa82
1 changed files with 1 additions and 0 deletions
|
|
@ -15,4 +15,5 @@ GCC_CPU= rs6000
|
|||
.elif ${TARGET_ARCH} == "sparc64"
|
||||
GCC_CPU= sparc
|
||||
TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc
|
||||
CFLAGS+= -DTARGET_CPU_DEFAULT=${TARGET_CPU_DEFAULT}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue