diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index 1871af384b..01c90a5b26 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -30,9 +30,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_VERSION_binutils = "2.15.94.0.1" PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" PREFERRED_VERSION_binutils-cross-sdk = "2.15.94.0.1" -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" +PREFERRED_VERSION_gcc = "4.1.1" +PREFERRED_VERSION_gcc-cross = "4.1.1" +PREFERRED_VERSION_gcc-cross-initial = "4.1.1" PREFERRED_VERSION_linux-libc-headers = "2.6.15.99" PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" PREFERRED_VERSION_glibc-initial = "2.3.2" @@ -71,12 +71,22 @@ OPIE_VERSION = "1.2.2" include conf/distro/preferred-opie-versions.inc #<> +#<> We want pcmciautils, not pcmcia-cs +#<> +PCMCIA_MANAGER = "pcmciautils" + +#<> #<>We want to be able to build this for all jornadas so #<>to not mess up the folders we need to make them dynamic. #<>It will use different folders depending on Arch (set in local.conf) include conf/distro/include/multimachine.conf #<> +#<> Dont wanna break stuff when "some" packages do -O3, so lets set it at -O2 +#<> +FULL_OPTIMIZATION = "-O2" + +#<> #<>Our Image files should look abit better. #<> #<> |