diff options
author | marcel <marcel@FreeBSD.org> | 2003-06-01 00:32:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-06-01 00:32:21 +0000 |
commit | ca00882d6cd818ee2a50581178895df5a971a3db (patch) | |
tree | e10a88752f10768ace201a67d67961fa108335e6 | |
parent | a37c13def2eba8deca0d3dab57a3c8318f676e0a (diff) | |
download | FreeBSD-src-ca00882d6cd818ee2a50581178895df5a971a3db.zip FreeBSD-src-ca00882d6cd818ee2a50581178895df5a971a3db.tar.gz |
Build libthr by default on ia64.
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6f32871..556e3e6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -71,6 +71,12 @@ _libthr= libthr .endif .endif +.if ${MACHINE_ARCH} == "ia64" +.if !defined(NOLIBTHR) +_libthr= libthr +.endif +.endif + .if ${MACHINE_ARCH} == "alpha" _libio= libio _compat= compat |