mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bitbake.conf: armv4 and armv5 do not need CPU selector for qemu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3310 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -93,8 +93,6 @@ PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE}
|
|||||||
# select proper CPU to get binary locales generated
|
# select proper CPU to get binary locales generated
|
||||||
QEMU_OPTIONS = ""
|
QEMU_OPTIONS = ""
|
||||||
QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5"
|
QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5"
|
||||||
QEMU_OPTIONS_armv4t = "-cpu arm920t"
|
|
||||||
QEMU_OPTIONS_armv5te = "-cpu arm926"
|
|
||||||
QEMU_OPTIONS_armv6 = "-cpu arm1136"
|
QEMU_OPTIONS_armv6 = "-cpu arm1136"
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user