diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-06 05:59:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-06 05:59:29 +0000 |
commit | 9c11eefd926e50df7cf3f8f092bb9bfd49e8d6c3 (patch) | |
tree | cb3b33609e30d8522902bc1960df93501b70c951 /conf/distro/angstrom-2008.1.conf | |
parent | cd413adf1ba62cb4dc83f418998338be601ee912 (diff) |
angstrom-2008.1: make binutils overridable
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 655d435994..34a1e54959 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -21,10 +21,6 @@ DISTRO_REVISION = "0" PREFERRED_VERSION_gcc = "4.2.1" PREFERRED_VERSION_gcc-cross = "4.2.1" -PREFERRED_VERSION_binutils = "2.17.50.0.12" -PREFERRED_VERSION_binutils-cross = "2.17.50.0.12" -PREFERRED_VERSION_binutils-cross-sdk = "2.17.50.0.12" - #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against PREFERRED_VERSION_linux-libc-headers = "2.6.22" |