diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-02-09 15:18:45 +0000 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-03-09 10:23:25 +0000 |
commit | 6b822189b11d0abb3a8618f7b9f73a9de50caabd (patch) | |
tree | 29729477aa0ff1caea2f1c2901291c7c46cba214 /toolchain/binutils/Makefile | |
parent | 9d06f1a618530ecfbd945cf3fb46b610f9b52c86 (diff) | |
download | upstream-6b822189b11d0abb3a8618f7b9f73a9de50caabd.tar.gz upstream-6b822189b11d0abb3a8618f7b9f73a9de50caabd.tar.bz2 upstream-6b822189b11d0abb3a8618f7b9f73a9de50caabd.zip |
toolchain: binutils: add support for version 2.38
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>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index d58f6662bb..d1961603c4 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -35,6 +35,10 @@ ifeq ($(PKG_VERSION),2.37) PKG_HASH:=820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c endif +ifeq ($(PKG_VERSION),2.38) + PKG_HASH:=e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024 +endif + HOST_BUILD_PARALLEL:=1 PATCH_DIR:=./patches/$(PKG_VERSION) |