From 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:05 +0000 Subject: Compile most IDE devices only once Signed-off-by: Blue Swirl --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 0182b95..6bc40a3 100755 --- a/configure +++ b/configure @@ -2741,6 +2741,7 @@ done for hwlib in 32 64; do d=libhw$hwlib mkdir -p $d + mkdir -p $d/ide rm -f $d/Makefile ln -s $source_path/Makefile.hw $d/Makefile echo "QEMU_CFLAGS+=-DTARGET_PHYS_ADDR_BITS=$hwlib" > $d/config.mak -- cgit v1.1