summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-04 15:24:02 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-04 15:24:02 +0100
commit0936a4f8ce3cbace58ea5cf5c4d0f474c43abe5b (patch)
tree7839ef1204784a7afbb67cfaff2abaf582bf27d7 /conf/bitbake.conf
parent102f1b6fc7ad1facdc73f7a335878a606e039743 (diff)
bitbake.conf: add QEMU_OPTION for armv6-novfp
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 678062ad3b..8a754fdc15 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -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"
##################################################################