Compile most IDE devices only once

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-03-21 19:47:05 +00:00
parent 4c65f1e5ba
commit 9953b2fc28
13 changed files with 52 additions and 5 deletions

1
configure vendored
View file

@ -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