mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96844
@ -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 New Issue
Block a user