Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.
This commit is contained in:
parent
4655debb2a
commit
d885d035a9
@ -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