diff options
author | Julian Elischer <julian@FreeBSD.org> | 2002-09-19 08:06:23 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 2002-09-19 08:06:23 +0000 |
commit | 0f88f8b7f90b3cb2ad4be7cf5e9fb40ed3b7e05d (patch) | |
tree | 52497f1d456dd82cf86fd8521d002f7f4e79ed59 /lib/Makefile | |
parent | 67d7ad01aa48c0681d4a6eb3ca386a09354d401b (diff) | |
download | src-test2-0f88f8b7f90b3cb2ad4be7cf5e9fb40ed3b7e05d.tar.gz src-test2-0f88f8b7f90b3cb2ad4be7cf5e9fb40ed3b7e05d.zip |
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 ab8dc550ca5f..922b66cc99a2 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 && ${MACHINE_ARCH} != i386 +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 _libc_r= libc_r .endif |