mk: link with libm

Signed-off-by: Intel
This commit is contained in:
Intel 2013-09-18 12:00:00 +02:00 committed by Thomas Monjalon
parent 1c1d4d7a92
commit 6da94b7a92

View File

@ -42,7 +42,7 @@
EXECENV_CFLAGS = -pthread
EXECENV_LDFLAGS =
EXECENV_LDLIBS = -lrt
EXECENV_LDLIBS = -lrt -lm
EXECENV_ASFLAGS =
# force applications to link with gcc/icc instead of using ld