summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 182759adfe..ca91388978 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -30,6 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \
30GLIBC_ADDONS = "nptl" 30GLIBC_ADDONS = "nptl"
31GLIBC_EXTRA_OECONF = "--with-tls" 31GLIBC_EXTRA_OECONF = "--with-tls"
32 32
33MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" 33MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
34 34
35TARGET_CC_ARCH = "-m64" 35TARGET_CC_ARCH = "-m64"