diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-01-06 00:56:23 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-01-06 00:56:23 +0000 |
| commit | 4b1d654efb3395bc768ed5b034a7b311bea76185 (patch) | |
| tree | 5c81c5d4df8691906e30b75b5583d89f7b456055 /lib/Makefile | |
| parent | 9363b901530b419c7c6f2e03eddf7175f9248be0 (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 4827e3ad478d8..9b687827bf3dd 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 +.if !defined(NOLIBC_R) _libc_r= libc_r .endif |
