Build our benchmarks against glibc too.

Bug: 18556607
Change-Id: I455ac8b93c0835836180e549486bc52d393ee6a6
This commit is contained in:
Elliott Hughes
2014-12-01 16:43:51 -08:00
parent 076f69d828
commit 212e0e3824
8 changed files with 41 additions and 11 deletions

View File

@@ -16,7 +16,9 @@
#include "benchmark.h"
#include <unistd.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <time.h>
static void BM_time_clock_gettime(int iters) {