diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-27 07:41:51 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-27 07:41:51 +0000 |
| commit | c8cd8ab0170a6a8afad06e2b3e6acaaeb9710d82 (patch) | |
| tree | be3b326e9b1b22c96cf48b79d14af9243620dc5d /lib/Makefile | |
| parent | fd62f5ca4667811d501060e39ae8326b5a3865ba (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 884e3103c064a..ab5ae75b7ab9c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,9 +40,12 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif +# libc_r is obsolete on ia64. +.if ${MACHINE_ARCH} != "ia64" .if !defined(NOLIBC_R) _libc_r= libc_r .endif +.endif .if !defined(NO_BIND) _libbind= libbind @@ -69,6 +72,9 @@ _libthr= libthr .endif .if ${MACHINE_ARCH} == "ia64" +.if !defined(NOLIBPTHREAD) +_libpthread= libpthread +.endif .if !defined(NOLIBTHR) _libthr= libthr .endif |
