From db8d7dd17bff97aa6311c81a2940012b4c7681d9 Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 12 Jul 2007 09:29:18 +0000 Subject: Fix configure for cygwin, by Tristan Gingold. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3074 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 67689cf..18b7949 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ tcp_subr.o tcp_timer.o udp.o bootp.o debug.o tftp.o VL_OBJS+=$(addprefix slirp/, $(SLIRP_OBJS)) endif -VL_LDFLAGS= +VL_LDFLAGS=$(VL_OS_LDFLAGS) VL_LIBS=$(AIOLIBS) # specific flags are needed for non soft mmu emulator ifdef CONFIG_STATIC -- cgit v1.1