Skip to content
Snippets Groups Projects
Commit 0d35bf2d authored by Anthony Liguori's avatar Anthony Liguori
Browse files

Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLY


Otherwise, -lrt doesn't get added to the softmmu build.

Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent e6f9e6b4
No related branches found
No related tags found
No related merge requests found
......@@ -262,8 +262,6 @@ endif
obj-y = main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \
elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o \
ioport-user.o
LIBS+= $(PTHREADLIBS)
LIBS+= $(CLOCKLIBS)
obj-$(TARGET_HAS_BFLT) += flatload.o
ifdef TARGET_HAS_ELFLOAD32
......@@ -289,6 +287,9 @@ signal.o: CFLAGS += $(HELPER_CFLAGS)
ARLIBS=../libqemu_user.a libqemu.a
endif #CONFIG_LINUX_USER
LIBS+= $(PTHREADLIBS)
LIBS+= $(CLOCKLIBS)
#########################################################
# Darwin user emulator target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment