bitbake.conf: add QEMU_OPTION for armv6-novfp
authorKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 14:24:02 +0000 (15:24 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 14:24:02 +0000 (15:24 +0100)
conf/bitbake.conf

index 678062a..8a754fd 100644 (file)
@@ -101,6 +101,7 @@ BASEPKG_TARGET_SYS = "${BASE_PACKAGE_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
 QEMU_OPTIONS = ""
 QEMU_OPTIONS_iwmmxt  = "-cpu pxa270-c5"
 QEMU_OPTIONS_armv6   = "-cpu arm1136"
+QEMU_OPTIONS_armv6-novfp = ""-cpu arm1136"
 QEMU_OPTIONS_armv7a   = "-cpu cortex-a8"
 
 ##################################################################