diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-04 15:24:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-04 15:24:02 +0100 |
commit | 0936a4f8ce3cbace58ea5cf5c4d0f474c43abe5b (patch) | |
tree | 7839ef1204784a7afbb67cfaff2abaf582bf27d7 /conf/bitbake.conf | |
parent | 102f1b6fc7ad1facdc73f7a335878a606e039743 (diff) |
bitbake.conf: add QEMU_OPTION for armv6-novfp
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
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" ################################################################## |