mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: maybe set cpu use flags correctly
This commit is contained in:
parent
71f1521391
commit
8848109896
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue