diff options
-rw-r--r-- | conf/distro/generic-uclibc.conf | 3 | ||||
-rw-r--r-- | conf/distro/generic.conf | 3 | ||||
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/distro/generic-uclibc.conf b/conf/distro/generic-uclibc.conf index d9ace6d629..b26238e66e 100644 --- a/conf/distro/generic-uclibc.conf +++ b/conf/distro/generic-uclibc.conf @@ -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" diff --git a/conf/distro/generic.conf b/conf/distro/generic.conf index e6671d1337..594958600f 100644 --- a/conf/distro/generic.conf +++ b/conf/distro/generic.conf @@ -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" diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 9f79c32118..89944023ad 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -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 # |