mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Create compatibility links for libc_r on ia64 to prevent build-time
breakages. Note that runtime compatibility is not guaranteed. Future changes to setjmp/longjmp in libc will break threaded applications linked against libc_r.so.5 on ia64. We pull our "tier 2" card once more... Reviewed by: ru
This commit is contained in:
parent
2bb3712f4e
commit
6128a735ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116920
@ -26,4 +26,16 @@ WARNS?= 2
|
||||
.include "${.CURDIR}/sys/Makefile.inc"
|
||||
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
|
||||
|
||||
.if !defined(NOLIBC_R)
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
SYMLINKS+=libthr.a ${LIBDIR}/libc_r.a
|
||||
.if !defined(NOPIC)
|
||||
SYMLINKS+=libthr.so ${SHLIBDIR}/libc_r.so
|
||||
.endif
|
||||
.if !defined(NOPROFILE)
|
||||
SYMLINKS+=libthr_p.a ${LIBDIR}/libc_r_p.a
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user