diff options
author | Phil Blundell <philb@gnu.org> | 2009-09-11 20:41:33 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-09-11 20:41:33 +0100 |
commit | b1213a3ec464b72cdbb4c32bcbb1187f6f026742 (patch) | |
tree | 96a48d8a7373351c35bdc1d878a597def4755569 /conf/distro | |
parent | 48e831f5beba63b9a374c3165f37e2c22f32e5c2 (diff) |
micro: select binutils 2.19.51
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/micro.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index aca4a18caf..67e3aff3ca 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -61,6 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6" # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_BINUTILS = "2.19.51" require conf/distro/include/sane-toolchain.inc ############################################################################# |