diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-09-07 23:11:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 23:11:44 +0000 |
commit | d29d22276da39a6808ba18d61a6c1e72778066a6 (patch) | |
tree | e82ddfbc3088681012c7d3e060b118fa70c64552 /conf/distro | |
parent | 6fad7dd3d21a5e9e34c3324e80533abc05a4a233 (diff) |
gcc-3.4.4, openzaurus-3.5.4: remove DEFAULT_PREFERENCE from gcc bb files and use PREFERRED_VERSION in openzaurus conf to force use of gcc 3.4.4
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 7b83dae13b..88822c103d 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -27,6 +27,9 @@ KERNEL_CONSOLE = "ttyS0" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" +PREFERRED_VERSION_gcc-cross ?= "3.4.4" +PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" + # # Base # |