diff options
author | Andy Polyakov <appro@openssl.org> | 2004-07-18 18:19:34 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2004-07-18 18:19:34 +0200 |
commit | d0590fe6b20b34b10b016e8d2807b8d3332ba89c (patch) | |
tree | b1fe76ff69e3ca56b4cd18fb3881867b7f895f10 /Makefile.shared | |
parent | Add licensing terms. (diff) | |
download | openssl-d0590fe6b20b34b10b016e8d2807b8d3332ba89c.tar.xz openssl-d0590fe6b20b34b10b016e8d2807b8d3332ba89c.zip |
Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.
I also used this opportunity to clean up some out-of-date targets and
re-group targets by OS.
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared index 81a72a4738..13c914e81a 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -595,6 +595,7 @@ link_o.hpux: @if ${DETECT_GNU_LD}; then $(DO_GNU_SO); else \ $(CALC_VERSIONS); \ SHLIB=lib$(LIBNAME).sl; \ + expr $(PLATFORM) : 'ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \ SHLIB_SUFFIX=; \ LIBDEPS="$(LIBDEPS)"; \ ALLSYMSFLAGS='-Wl,-Fl'; \ |