diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-17 23:03:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-17 23:03:59 +0000 |
commit | c4b6113ee392fc5d89c5769e0f96efdcc7eac362 (patch) | |
tree | 2b500f37d7e101b5250300b4e490b00198067066 /conf/distro/familiar-unstable.conf | |
parent | a48c04541644bf1b4dcf69b5b2c1d47beeaef3c7 (diff) |
familiar-unstable: put back gcc stuff which I commented out by accident, thanks reenoo for spotting it
Diffstat (limited to 'conf/distro/familiar-unstable.conf')
-rw-r--r-- | conf/distro/familiar-unstable.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/familiar-unstable.conf b/conf/distro/familiar-unstable.conf index d32ea7058c..30d03eb420 100644 --- a/conf/distro/familiar-unstable.conf +++ b/conf/distro/familiar-unstable.conf @@ -45,9 +45,9 @@ PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" # The CSL compiler is unusable because # 1) certain programs stop to compile # 2) more programs segfault -#PREFERRED_VERSION_gcc ?= "3.4.4" -#PREFERRED_VERSION_gcc-cross ?= "3.4.4" -#PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" +PREFERRED_VERSION_gcc ?= "3.4.4" +PREFERRED_VERSION_gcc-cross ?= "3.4.4" +PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" # # Opie |