Skip to content

Commit

Permalink
remove recently added binutils version 2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
harryboo committed Sep 28, 2024
1 parent 8a693c7 commit cc5606a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 47 deletions.
7 changes: 0 additions & 7 deletions config/ui/toolchain.in
Original file line number Diff line number Diff line change
Expand Up @@ -697,12 +697,6 @@ choice
depends on FREETZ_TARGET_BINUTILS_2_36_DEFAULT \
|| ( FREETZ_TARGET_UNSUPPORTED_VERSIONS && (FREETZ_BUILD_TOOLCHAIN || FREETZ_DL_TOOLCHAIN_OVERRIDE) )

config FREETZ_TARGET_BINUTILS_2_41
bool "binutils-2.41"
# depends on all gcc versions
# depends on any kernel version
depends on ( FREETZ_TARGET_UNSUPPORTED_VERSIONS && (FREETZ_BUILD_TOOLCHAIN || FREETZ_DL_TOOLCHAIN_OVERRIDE) )

config FREETZ_TARGET_BINUTILS_2_43
bool "binutils-2.43.1"
# depends on all gcc versions
Expand Down Expand Up @@ -1165,7 +1159,6 @@ config FREETZ_TARGET_BINUTILS_VERSION
default "2.25.1" if FREETZ_TARGET_BINUTILS_2_25
default "2.26.1" if FREETZ_TARGET_BINUTILS_2_26
default "2.31.1" if FREETZ_TARGET_BINUTILS_2_31
default "2.41" if FREETZ_TARGET_BINUTILS_2_41
default "2.43.1" if FREETZ_TARGET_BINUTILS_2_43

config FREETZ_TARGET_GCC_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Latest changes

- Build system:
* binutils (kernel) 2.18/2.22/2.23.2/2.24/2.25.1/2.26.1/2.31.1/2.36.1
* binutils (target) 2.22/2.23.2/2.24/2.25.1/2.26.1/2.31.1/2.36.1/2.41/2.43.1
* binutils (target) 2.22/2.23.2/2.24/2.25.1/2.26.1/2.31.1/2.36.1/2.43.1
* ca-bundle 2024-09-24
* gcc (kernel) 3.4.6/4.6.4/4.7.4/4.8.5/5.5.0/8.3.0/8.4.0/9.3.0/9.4.0
* gcc (target) 4.6.4/4.7.4/4.8.5/4.9.4/5.5.0/8.3.0/8.4.0/9.3.0/13.3.0/13.4.0/14.2.0
Expand Down
6 changes: 0 additions & 6 deletions make/toolchain/target/binutils/binutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ BINUTILS_HASH_2.25.1 := b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df
BINUTILS_HASH_2.26.1 := 39c346c87aa4fb14b2f786560aec1d29411b6ec34dce3fe7309fe3dd56949fd8
BINUTILS_HASH_2.31.1 := ffcc382695bf947da6135e7436b8ed52d991cf270db897190f19d6f9838564d0
BINUTILS_HASH_2.36.1 := 5b4bd2e79e30ce8db0abd76dd2c2eae14a94ce212cfc59d3c37d23e24bc6d7a3
BINUTILS_HASH_2.41 := a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b
BINUTILS_HASH_2.43.1 := becaac5d295e037587b63a42fad57fe3d9d7b83f478eb24b67f9eec5d0f1872f
BINUTILS_HASH:=$(BINUTILS_HASH_$(BINUTILS_VERSION))

BINUTILS_DIR:=$(TARGET_TOOLCHAIN_DIR)/binutils-$(BINUTILS_VERSION)
BINUTILS_MAKE_DIR:=$(MAKE_DIR)/toolchain/target/binutils
BINUTILS_DIR1:=$(BINUTILS_DIR)-build






BINUTILS_EXTRA_MAKE_OPTIONS := MAKEINFO=true

BINUTILS_ECHO_TYPE:=TTC
Expand Down

This file was deleted.

2 comments on commit cc5606a

@harryboo
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fda77: Sorry, für die Verwirrung. Hatte nicht gedacht das der Fehler noch gefixt wird.

@fda77
Copy link

@fda77 fda77 commented on cc5606a Sep 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich hatte hier gerad was dazu geschrieben: ddd3bd6#commitcomment-147337757

Please sign in to comment.