As new major IRIX release is highly unlikely to appear [and break following],
authorAndy Polyakov <appro@openssl.org>
Mon, 27 Dec 2004 14:51:20 +0000 (14:51 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 27 Dec 2004 14:51:20 +0000 (14:51 +0000)
I change from -notall to -none synonym in do_irix-shared to improve backward
compatibility with IRIX 5.x.
PR: 987

Makefile.org

index 7c1fb95c5ca16e70930dde278384569eb42b9055..4846a40b873288c9fc168435e5ee3cf45ccf7e1f 100644 (file)
@@ -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} \