diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 16:28:26 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2009-01-30 16:28:26 +0000 |
commit | 040bd64849da37e6c35bab3726019c059c96893e (patch) | |
tree | f32407351911c80dd455479e5fc2dbc27f77e211 /toolchain/binutils | |
parent | 0c54ef9c9af9b46c33f01b464b897a0b0e237dfc (diff) | |
download | buildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.tar.gz buildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.zip |
Extend External Toolchain options (match buildroot built toolchain):
Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.
This means the same set of packages can be built now me as for you.....
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 804725cfb..d3678896d 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -13,7 +13,6 @@ choice depends on BR2_DEPRECATED || (BR2_avr32 && BR2_EXT_BINUTILS_VERSION_2_17) bool "binutils 2.17" - config BR2_BINUTILS_VERSION_2_17_50_0_17 depends on !BR2_avr32 && !BR2_nios2 depends on BR2_DEPRECATED |