samples: an attempt to fix the reference error to clock_gettime(), as reported by Travis
This commit is contained in:
@ -14,7 +14,7 @@ V ?= 0
|
|||||||
|
|
||||||
CFLAGS += -Wall -Werror -I../include
|
CFLAGS += -Wall -Werror -I../include
|
||||||
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
LDFLAGS += -L$(LIBDIR) -lunicorn -lpthread -lm
|
||||||
LDLIBS += -lpthread -lunicorn -lm -lrt
|
LDLIBS += -lrt -lpthread -lunicorn -lm
|
||||||
|
|
||||||
ifneq ($(CROSS),)
|
ifneq ($(CROSS),)
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
|
Reference in New Issue
Block a user