mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
profile: fix issue #238
This commit is contained in:
parent
906d44e86c
commit
75ce13b328
5 changed files with 4 additions and 8 deletions
|
|
@ -6,4 +6,6 @@ FCFLAGS="${CFLAGS}"
|
|||
QEMU_SOFTMMU_TARGETS="arm aarch64 i386 x86_64"
|
||||
QEMU_USER_TARGETS="arm aarch64 i386 x86_64"
|
||||
|
||||
UNICORN_TARGETS="arm aarch64 x86"
|
||||
|
||||
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# Enable the native arch as the default unicorn target
|
||||
# x86 supports both x86 and amd64
|
||||
dev-util/unicorn unicorn_targets_x86
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Enable the native arch as the default unicorn target
|
||||
dev-util/unicorn unicorn_targets_arm
|
||||
|
|
@ -8,5 +8,6 @@ USE="${USE} sse sse2 mmx"
|
|||
QEMU_SOFTMMU_TARGETS="arm i386"
|
||||
QEMU_USER_TARGETS="arm i386"
|
||||
|
||||
GRUB_PLATFORMS="coreboot efi-32 emu multiboot pc qemu"
|
||||
UNICORN_TARGETS="arm aarch64 x86"
|
||||
|
||||
GRUB_PLATFORMS="coreboot efi-32 emu multiboot pc qemu"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Enable the native arch as the default unicorn target
|
||||
dev-util/unicorn unicorn_targets_x86
|
||||
Loading…
Reference in a new issue