mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
6b822189b1
While at it, also fix the download.xs4all.nl and add ftp.gnu.org to the GNU mirrors, as it seems to be updated faster. Deleted (upstreamed): 600-Close_the_file_descriptor.patch [1] [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=5a98fb7513b559e20dfebdbaa2a471afda3b4742 Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
|
|
config BINUTILS_VERSION_2_37
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config BINUTILS_VERSION_2_38
|
|
bool
|
|
|
|
config BINUTILS_VERSION
|
|
string
|
|
default "2.37" if BINUTILS_VERSION_2_37
|
|
default "2.38" if BINUTILS_VERSION_2_38
|