mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Imply NOLIBC_R for PowerPC.
This commit is contained in:
parent
4774e8e607
commit
f29db4e7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ _csu=csu
|
|||
.endif
|
||||
|
||||
# libc_r is obsolete on ia64.
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
|
||||
.if !defined(NOLIBC_R)
|
||||
_libc_r= libc_r
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue