mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
parent
67d7ad01aa
commit
0f88f8b7f9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ _csu=csu/${MACHINE_ARCH}
|
|||
_csu=csu
|
||||
.endif
|
||||
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 && ${MACHINE_ARCH} != i386
|
||||
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64
|
||||
_libc_r= libc_r
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue