celinux-test: softfloat only for ARM machines
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 16 Oct 2006 18:15:53 +0000 (18:15 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 16 Oct 2006 18:15:53 +0000 (18:15 +0000)
conf/distro/celinux-test.conf

index 7bed702..d8b25e5 100644 (file)
@@ -51,7 +51,7 @@ INHERIT += " package_ipk debian"
 TARGET_OS = "linux"
 
 # use softfloat binaries to gain speed on ARM machines
-TARGET_FPU = "soft"
+TARGET_FPU_arm = "soft"
 
 # set minimal version of BitBake needed
 BB_MIN_VERSION = "1.6.0"