Clang doesn't like -znodelete, make it a linker flag instead
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Nov 2016 14:26:00 +0000 (15:26 +0100)
committerRichard Levitte <richard@levitte.org>
Thu, 3 Nov 2016 14:36:31 +0000 (15:36 +0100)
commit22173a40b2192d9ecd2180b750833fd40d66534a
tree6704f817ae2258e4cbc21883d4e3318e2f41ff7b
parentf1ec9c07fe3631bce5b7c538224c080339c8fc6e
Clang doesn't like -znodelete, make it a linker flag instead

gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1836)
(cherry picked from commit 075e9da055454ec5586962b43d9923e44bdcb313)
Configurations/10-main.conf