From 6fbd3bcf4e5bd09b14fc6a4a081ad629e48b28de Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 20 Nov 2004 10:10:35 +0000 Subject: use "nm -B" to extract symbol table on OSF1. --- devel/libtool/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libtool') diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index c8327e4df05..a587e376a27 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.56 2004/10/17 16:37:02 tv Exp $ +# $NetBSD: Makefile.common,v 1.57 2004/11/20 10:10:35 grant Exp $ # DISTNAME= libtool-1.5.10 @@ -41,7 +41,7 @@ CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q} # or -B, so tell it .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= lt_cv_path_NM="nm -p" -.elif ${OPSYS} == "IRIX" +.elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1" CONFIGURE_ENV+= lt_cv_path_NM="nm -B" .endif -- cgit v1.2.3