diff options
author | marcel <marcel@FreeBSD.org> | 2006-08-04 17:56:31 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-08-04 17:56:31 +0000 |
commit | eb2e382b71d2b79dce6f5f2ebcca99d2b285744e (patch) | |
tree | f691b8e11878b24562d3fde5f0c5cee3932f491d /lib/Makefile | |
parent | 4369bfea091afae23bb5aa286c7690e498f184ce (diff) | |
download | FreeBSD-src-eb2e382b71d2b79dce6f5f2ebcca99d2b285744e.zip FreeBSD-src-eb2e382b71d2b79dce6f5f2ebcca99d2b285744e.tar.gz |
Build libthread_db on PowerPC.
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 8ba968e..f452ff0 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 |