gcc uses collect2, not ld, to link things. Therefore, when using gcc
authorRichard Levitte <levitte@openssl.org>
Sat, 24 Mar 2001 12:29:21 +0000 (12:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 24 Mar 2001 12:29:21 +0000 (12:29 +0000)
commitb9a18f3b8da180a63706fa3e09fca916ca943097
tree0750c9ac2b394cd1450ae723724ba8ff8fe51e46
parent73aeb61c3fc34d1bcb8c9839324c7694cdf533d3
gcc uses collect2, not ld, to link things.  Therefore, when using gcc
there's no need fooling ourselves, it's the gnu-shared method that we
should use.  Do it for Solaris to begin with.
Configure