From a3e3cf83f8d2d6bf877636553140f6458a269b6c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 29 Mar 2009 01:09:33 -0300 Subject: [PATCH] qemux86: use i686-generic as basis Signed-off-by: Otavio Salvador --- conf/machine/qemux86.conf | 5 +---- 1 file changed, 1 insertion(+), 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" -- 2.39.5