From: marshmellow42 Date: Thu, 8 Jun 2017 21:07:14 +0000 (-0400) Subject: fix compile issues on OS X 10.11 X-Git-Tag: v3.0.1^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/087c8bf3303e69d79cbbfdfb8edc836587cfb820?hp=087c8bf3303e69d79cbbfdfb8edc836587cfb820 fix compile issues on OS X 10.11 OSX 10.11 does not have clock_gettime() clang <= 8.0.0 has a bug in __builtin_cpu_supports() and it doesn't function. see https://llvm.org/bugs/show_bug.cgi?id=25510 ---