Skip to content
Snippets Groups Projects
Commit 4fd87220 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain/binutils: exclude .rej files when unpacking the tarball


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 15e96391
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ BIN_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=@GNU/binutils/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
TAR_OPTIONS += --exclude='*.rej'
ifeq ($(PKG_VERSION),2.27)
PKG_HASH:=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment