generic distro configurations: use soft-float only on arm and armeb for now
authorMichael Lauer <mickey@vanille-media.de>
Tue, 13 Jun 2006 19:05:42 +0000 (19:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 13 Jun 2006 19:05:42 +0000 (19:05 +0000)
conf/distro/generic-uclibc.conf
conf/distro/generic.conf
conf/distro/openzaurus-unstable.conf

index d9ace6d..b26238e 100644 (file)
@@ -19,6 +19,7 @@ DISTRO_NAME = "generic-uClibC"
 # Target OS and FPU system
 #
 TARGET_OS = "linux-uclibc"
-TARGET_FPU = "soft"
+TARGET_FPU_arm = "soft"
+TARGET_FPU_armeb = "soft"
 PREFERRED_PROVIDER_virtual/libiconv = "libiconv"
 PREFERRED_PROVIDER_virtual/libintl = "libintl"
index e6671d1..5949586 100644 (file)
@@ -45,7 +45,8 @@ PREFERRED_VERSION_binutils = "2.15.94.0.1"
 # Target OS and FPU system
 # 
 TARGET_OS = "linux"
-TARGET_FPU = "soft"
+TARGET_FPU_arm = "soft"
+TARGET_FPU_armeb = "soft"
 PREFERRED_PROVIDER_virtual/libiconv = "glibc"
 PREFERRED_PROVIDER_virtual/libintl = "glibc"
 PREFERRED_VERSION_glibc = "2.3.5+cvs20050627"
index 9f79c32..8994402 100644 (file)
@@ -25,7 +25,7 @@ DISTRO_TYPE = "debug"
 #            console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
 #              devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
 
-SRCDATE = "20060514"
+SRCDATE ?= "20060514"
 #
 # Zaurus
 #