Commit 24e75727 authored by Richard Levitte's avatar Richard Levitte
Browse files

Simplify the generation of ld scripts for Linux and Solaris



Because we know for certain that the link_shlib targets are used
exclusively for shared libraries (libcrypto and libssl) and that they
must have an associated .num file, we don't need to check the library
name to produce an ld script.  Just do it unconditionally.

link_shlib.linux-shared can be simplified further, as most of it is
exactly the same as $(DO_GNU_SO) with just one variable modification.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent e048fd51
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment