samples: an attempt to fix the reference error to clock_gettime(), as reported by Travis

This commit is contained in:
Nguyen Anh Quynh 2016-12-20 12:52:03 +08:00
parent ab3178bc25
commit feb477b2bc

View File

@ -14,7 +14,7 @@ V ?= 0
CFLAGS += -Wall -Werror -I../include
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
LDLIBS += -lpthread -lunicorn -lm -lrt
LDLIBS += -lrt -lpthread -lunicorn -lm
ifneq ($(CROSS),)
CC = $(CROSS)gcc