IcBench: Makefile

This commit is contained in:
x
2019-10-22 15:53:58 +02:00
parent 91e530307e
commit 4a2ba70b94

View File

@ -26,7 +26,7 @@ CC=gcc
CXX=g++
CFLAGS+=-D__int64_t=int64_t
else
UNAME := $(shell uname -s)
UNAME := $(shell uname -a)
ifeq ($(UNAME),$(filter $(UNAME),Linux Darwin FreeBSD GNU/kFreeBSD))
LDFLAGS+=-lpthread -lm
ifneq ($(UNAME),$(filter $(UNAME),Darwin))