Fix Solaris link_a and link_o
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Feb 2016 13:48:36 +0000 (14:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Feb 2016 14:54:47 +0000 (15:54 +0100)
commit4ad386412c03c5c878d0625dedff1c4eb45cd02b
tree1ccb39fcb8b490e1c465d7e15789b3bf2b33cace
parent2235b7f2dd9604e8a658a9068d03275cd1c1df66
Fix Solaris link_a and link_o

A long time ago, Solaris cc didn't seem to handle -Wl, linker options,
while gcc on Solaris required it.  Since then, Solaris cc has
developed to understand -Wl, options, and our little dance to figure
out how to pass linker options to the C compiler that's used isn't
needed any more.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Makefile.shared