mirror of https://gitee.com/openkylin/qemu.git
Remove duplicated definition
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4c050b3fab
commit
727374d935
|
@ -687,8 +687,6 @@ ifdef CONFIG_SLIRP
|
|||
CPPFLAGS+=-I$(SRC_PATH)/slirp
|
||||
endif
|
||||
|
||||
LIBS+=$(PTHREADLIBS)
|
||||
LIBS+=$(CLOCKLIBS)
|
||||
# specific flags are needed for non soft mmu emulator
|
||||
ifdef CONFIG_STATIC
|
||||
LDFLAGS+=-static
|
||||
|
|
Loading…
Reference in New Issue