From 8848109896cda50936bd3aa196851259dccd7678 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 6 Nov 2018 22:58:28 -0500 Subject: [PATCH] profile: maybe set cpu use flags correctly --- profiles/pentoo/arch/x86/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pentoo/arch/x86/make.defaults b/profiles/pentoo/arch/x86/make.defaults index a4b7e2eb3..686a0a10f 100644 --- a/profiles/pentoo/arch/x86/make.defaults +++ b/profiles/pentoo/arch/x86/make.defaults @@ -3,7 +3,7 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" -USE="${USE} sse sse2 mmx cpu_flags_sse cpu_flags_x86_sse2 cpu_flags_mmx" +USE="${USE} sse sse2 mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx" QEMU_SOFTMMU_TARGETS="arm i386" QEMU_USER_TARGETS="arm i386"