diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 15:33:50 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-30 15:33:50 +0000 |
| commit | 6b385310ffb22fcd11ff50a0a80060a405696089 (patch) | |
| tree | ae3290c2ae15ede70826d5c43528319adbeea5eb /lib/Makefile | |
| parent | d143dde4381aa8a80b079f5f4fc8151ac9dd0abb (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5eee589a691c..179fdc2debb2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,9 +40,11 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif +.if ${MACHINE_ARCH} != "amd64" .if !defined(NOLIBC_R) _libc_r= libc_r .endif +.endif .if !defined(NO_BIND) _libbind= libbind |
