diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 04:04:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 04:04:50 +0000 |
commit | 8aa7a07995df4f8280d841236d0ca75ac16d413f (patch) | |
tree | 5fbda6d9b9cda32e1402e13cebeb19f1301eb914 /conf/distro | |
parent | 86b0da971c5a1e833c365da01eae31e5315f321a (diff) |
Add libtool preferred versions to the versioned distro .confs.
BKrev: 41a559e2fuKoZHPV9auO0k_ZXU_bUA
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/familiar-0.8.0.conf | 2 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.1.conf | 2 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.2.conf | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/familiar-0.8.0.conf b/conf/distro/familiar-0.8.0.conf index a4ef67fc8a..82254a3fac 100644 --- a/conf/distro/familiar-0.8.0.conf +++ b/conf/distro/familiar-0.8.0.conf @@ -17,6 +17,8 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726" diff --git a/conf/distro/openzaurus-3.5.1.conf b/conf/distro/openzaurus-3.5.1.conf index b0a53a7b45..f62398d343 100644 --- a/conf/distro/openzaurus-3.5.1.conf +++ b/conf/distro/openzaurus-3.5.1.conf @@ -22,6 +22,8 @@ TARGET_FPU = "soft" #INHIBIT_PACKAGE_STRIP = "1" PREFERRED_VERSION_binutils-cross = "2.15.91.0.1" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726" diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index 7fb43145f1..5fe5c4beb8 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -25,6 +25,8 @@ TARGET_FPU = "soft" #INHIBIT_PACKAGE_STRIP = "1" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_libtool-native = "1.5.6" +PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" PREFERRED_VERSION_orinoco-modules = "0.13e" PREFERRED_VERSION_glibc = "2.3.2+cvs20040726" |