From 81a7351e4fce09a71d3f3dcfdf2cd6eab4912927 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 9 Aug 2016 14:48:10 +0100 Subject: [PATCH] Fix binutils rule. Updates commit eb15d47b4d58a4f841f55a02c77216e24b550b2a. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b461fc..2fd5dcd 100644 --- a/Makefile +++ b/Makefile @@ -383,7 +383,7 @@ coreutils-$(COREUTILS_VERSION).tar.xz: # Cross-compile binutils. stage3-chroot/usr/bin/as: binutils-$(BINUTILS_X_VERSION).tar.gz - rm -rf binutils-$(BINUTILS_X_VERSION) + rm -rf riscv-binutils-gdb-riscv-binutils-$(BINUTILS_X_VERSION) zcat $^ | tar xf - mkdir riscv-binutils-gdb-riscv-binutils-$(BINUTILS_X_VERSION)/build cd riscv-binutils-gdb-riscv-binutils-$(BINUTILS_X_VERSION)/build && \ -- 1.8.3.1