diff options
author | tmm <tmm@FreeBSD.org> | 2003-01-05 22:37:54 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2003-01-05 22:37:54 +0000 |
commit | 425245353ba5f07b136d385ca847288668f75997 (patch) | |
tree | 4f2bc1fd841bc37dfaa7dbdf801893bc308e8eb4 /lib/Makefile | |
parent | f49b27d47755ddca2e625f83d7f1b0d099a2c44a (diff) | |
download | FreeBSD-src-425245353ba5f07b136d385ca847288668f75997.zip FreeBSD-src-425245353ba5f07b136d385ca847288668f75997.tar.gz |
Build libc_r on sparc64, it should work now.
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 cb4ad8e..4827e3a 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 |