mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.
This commit is contained in:
parent
8d48b118f2
commit
086b2eb54b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ _csu=csu/${MACHINE_ARCH}
|
|||
_csu=csu
|
||||
.endif
|
||||
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64
|
||||
_libc_r= libc_r
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue