Use ac97 by default on i686
This commit is contained in:
parent
cf3fa0219f
commit
13c5790bb6
|
@ -2,6 +2,7 @@ QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||||
QEMUFLAGS=-d cpu_reset,guest_errors
|
QEMUFLAGS=-d cpu_reset,guest_errors
|
||||||
|
|
||||||
ifeq ($(ARCH),i686)
|
ifeq ($(ARCH),i686)
|
||||||
|
audio?=ac97
|
||||||
efi=no
|
efi=no
|
||||||
QEMU_ARCH=i386
|
QEMU_ARCH=i386
|
||||||
QEMU_MACHINE?=pc
|
QEMU_MACHINE?=pc
|
||||||
|
|
Loading…
Reference in a new issue