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:
Marcin Juszkiewicz 2007-12-05 10:26:21 +00:00
parent 74457246bd
commit e7eaaa247e
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE}
# select proper CPU to get binary locales generated
QEMU_OPTIONS = ""
QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5"
QEMU_OPTIONS_armv4t = "-cpu arm920t"
QEMU_OPTIONS_armv5te = "-cpu arm926"
QEMU_OPTIONS_armv6 = "-cpu arm1136"
##################################################################