From 2d16a957e037c996f280426aedcca32f151b9389 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 27 Dec 2004 14:51:20 +0000 Subject: As new major IRIX release is highly unlikely to appear [and break following], I change from -notall to -none synonym in do_irix-shared to improve backward compatibility with IRIX 5.x. PR: 987 --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 7c1fb95c5c..4846a40b87 100644 --- a/Makefile.org +++ b/Makefile.org @@ -479,8 +479,8 @@ do_irix-shared: if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ libs="$(LIBKRB5) $$libs"; \ fi; \ - ( WHOLELIB="-all lib$$i.a -notall"; \ - (${CC} -v 2>&1 | grep gcc) > /dev/null && WHOLELIB="-Wl,-all,lib$$i.a,-notall"; \ + ( WHOLELIB="-all lib$$i.a -none"; \ + (${CC} -v 2>&1 | grep gcc) > /dev/null && WHOLELIB="-Wl,-all,lib$$i.a,-none"; \ set -x; ${CC} ${SHARED_LDFLAGS} \ -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ -- cgit v1.2.3