diff options
-rw-r--r-- | conf/machine/qemux86.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf index ad1138f422..c25121659c 100644 --- a/conf/machine/qemux86.conf +++ b/conf/machine/qemux86.conf @@ -2,11 +2,8 @@ #@NAME: qemu x86 Emulator setup #@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation -TARGET_ARCH = "i586" -TARGET_CC_ARCH = "-march=i586" -PACKAGE_EXTRA_ARCHS = "x86" - require conf/machine/include/qemu.inc +require conf/machine/i686-generic.conf MACHINE_FEATURES += "x86" MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d" |