For systems where gcc is used and where we don't know if GNU ld is
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Oct 2001 14:46:41 +0000 (14:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Oct 2001 14:46:41 +0000 (14:46 +0000)
commit6b86bad5ef632a1b4d6fc32936097c69c0efce55
treed5b71ea1b117c3e5b38caa8748fa5f487512b038
parent712557128b07ad05a47cf4f096a8ae5bff372ca8
For systems where gcc is used and where we don't know if GNU ld is
used or not, let's ask collect2 which ld it uses and choose to use the
target do-gnu_shared if GNU ld is used.

This solves the reported problems on Solaris systems where GNU cc is
used but GNU ld isn't, and probably on other systems with similar
setups.
Configure
Makefile.org