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 <levitte@openssl.org>
Thu, 3 Nov 2016 14:26:00 +0000 (15:26 +0100)
commit075e9da055454ec5586962b43d9923e44bdcb313
tree57756ec0c8db32a7b48ea51ae2fa424087f3231e
parent7280a5d332e880adbc73e03086ab070f8effdce7
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)
Configurations/10-main.conf