contrib: gnutls: Remove one unnecessary level of ifdefs
commit38eda60a65b3d91a2da29b7b648163fe09961fd0
authorMartin Storsjö <martin@martin.st>
Wed, 22 May 2019 10:06:44 +0000 (22 13:06 +0300)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 22 May 2019 10:20:14 +0000 (22 12:20 +0200)
tree916c9e450ba7d6e62fe0bd27a6e63bb783928dd8
parent377b00bf1ed90478ebff1753aa665d0f5feb8cf0
contrib: gnutls: Remove one unnecessary level of ifdefs

The aarch64 assembly in gnutls still needs to be disabled on windows
in general though; the issue is that it unconditionally uses ELF
specific directives (.type, .size, .section), so the disabling isn't
related to any specific issue in clang, but only that gnutls' assembly
for this architecture isn't portable.

Add a comment to clarify the issue.
contrib/src/gnutls/rules.mak