profile: fix issue #238

This commit is contained in:
blshkv 2017-09-14 11:04:54 +08:00
parent 906d44e86c
commit 75ce13b328
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
5 changed files with 4 additions and 8 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,2 +0,0 @@
# Enable the native arch as the default unicorn target
dev-util/unicorn unicorn_targets_arm

View file

@ -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"

View file

@ -1,2 +0,0 @@
# Enable the native arch as the default unicorn target
dev-util/unicorn unicorn_targets_x86