Skip to content
Commit 4ad38641 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarAndy Polyakov <appro@openssl.org>
parent 2235b7f2
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