diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-08-04 17:56:31 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-08-04 17:56:31 +0000 |
| commit | fac8eae5bc442a26e10147f417ea106652b2e20a (patch) | |
| tree | f691b8e11878b24562d3fde5f0c5cee3932f491d | |
| parent | e4e9813eb92cd7c4d4b819a8fbed5cbd3d92f5d8 (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8ba968e76ae2..f452ff0f9255 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -111,7 +111,7 @@ _libpthread= libpthread _libthr= libthr .endif -.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "arm" _libthread_db= libthread_db .endif |
