Simplify the generation of ld scripts for Linux and Solaris
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Feb 2016 17:19:49 +0000 (18:19 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 10:51:23 +0000 (11:51 +0100)
commit24e75727bddff81004e13dea4cb771cf63a307b7
tree1f8cd908de9202f10e6213c9ddee932b9284e696
parente048fd517178d6e608b4c7f3d41799bcf5798d07
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: Andy Polyakov <appro@openssl.org>
Makefile.shared