diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-08 10:23:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-08 10:23:42 +0000 |
commit | cd5cedea48636ad822cfb4f5bcf189dd1cc18c34 (patch) | |
tree | 3c79d69dfebab02bd5e249ba01dd593faca8b25a /conf | |
parent | 84d5a9411091826f432aa308092ef25951ea6818 (diff) |
angstrom 2007.3: powerpc can now use glibc-initial 2.5 due to the recent changes to the site file
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index aec0826cd3..630fbc6bbf 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "21" +DISTRO_REVISION = "22" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -163,7 +163,6 @@ PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate_i686 ?= "2.4" PREFERRED_VERSION_glibc-intermediate ?= "2.5" -PREFERRED_VERSION_glibc-initial_powerpc ?= "2.3.2" PREFERRED_VERSION_glibc-initial ?= "2.5" # To use an EABI compatible version 3 series gcc, either uncomment |