]> git.ipfire.org Git - thirdparty/openssl.git/commit - Makefile.shared
IRIX 6.x shared build fix-up.
authorAndy Polyakov <appro@openssl.org>
Fri, 12 Mar 2004 21:52:54 +0000 (21:52 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 12 Mar 2004 21:52:54 +0000 (21:52 +0000)
commit30fbcaa213866426c9f6b9dad01b9885ab760e31
tree9c08241d620b27182a7b7a1170e1ff508b8a4514
parent93825dddad499c925acbd3e1f20feb8ad999caa1
IRIX 6.x shared build fix-up.

For reference. Note that both cc and gcc support -Wl flag, but we can't
use -Wl,-[not]all with both drivers, because cc rearranges options
passed through -Wl. We can't use -Wl,-all,libcrypto.a,-notall with cc
either, because it refuses to start with "no input" error.
Configure
Makefile.shared