From: Koen Kooi Date: Thu, 4 Dec 2008 14:24:02 +0000 (+0100) Subject: bitbake.conf: add QEMU_OPTION for armv6-novfp X-Git-Tag: Release-2010-05/1~4955 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0936a4f8ce3cbace58ea5cf5c4d0f474c43abe5b;p=openembedded.git bitbake.conf: add QEMU_OPTION for armv6-novfp --- 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" ##################################################################