Skip to content

Commit c4e8a3e

Browse files
authored
Merge pull request #170 from REG-Linux/fix-binutils-2.42
Fix binutils 2.42 by aligning libiberty to 2.42
2 parents f6fc70e + 46fc92b commit c4e8a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/libiberty/libiberty.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#
55
################################################################################
66

7-
LIBIBERTY_VERSION = 2.41
7+
# REG update to 2.42 (was 2.41, broken binutils 2.42)
8+
LIBIBERTY_VERSION = 2.42
89
LIBIBERTY_SOURCE = binutils-$(LIBIBERTY_VERSION).tar.xz
910
LIBIBERTY_SITE = $(BR2_GNU_MIRROR)/binutils
1011
HOST_LIBIBERTY_DL_SUBDIR = binutils

0 commit comments

Comments
 (0)