diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-16 21:21:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-16 21:21:07 +0000 |
| commit | f29db4e7ef65897915e4e82af985e263874cdcb2 (patch) | |
| tree | c4161b83b158d58dc9f1acfda7b56e92beb3d379 /lib/Makefile | |
| parent | 4774e8e607a061995f48e2d739e0af2e59eed0de (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 5f64613c602e..748fcfc50c90 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -41,7 +41,7 @@ _csu=csu .endif # libc_r is obsolete on ia64. -.if ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" .if !defined(NOLIBC_R) _libc_r= libc_r .endif |
