diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:05 +0000 |
commit | 9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch) | |
tree | bf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /configure | |
parent | 4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff) |
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |