diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2003-01-05 22:37:54 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2003-01-05 22:37:54 +0000 |
| commit | f8a9708151d8c42c620f2bb5ec74db78e7e1c90f (patch) | |
| tree | 4f2bc1fd841bc37dfaa7dbdf801893bc308e8eb4 /lib/Makefile | |
| parent | 2268ca475bd99075c11f45d435125a26fd24e337 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index cb4ad8e7f0c16..4827e3ad478d8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,7 +40,7 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif -.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 _libc_r= libc_r .endif |
