From 1b3be9f63e735902d3eef24f5ecac5ae71012602 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 9 May 2019 14:36:18 +0100 Subject: Removed extra Binutils from GCC's prerequisites Until this commit, Binutils was brough up as a GCC prerequisite two times: Once as a special (`host_cc') dependency (for when we want to build GCC), another time as a dependency in every build. The first one is now obsolete: on MacOS systems where we don't build Binutils, we define its symbolic links in the same recipe. With this commit, we remove the first one, so Binutils is always a dependency of GCC. --- reproduce/software/make/basic.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/reproduce/software/make/basic.mk b/reproduce/software/make/basic.mk index cd41221..5f9db43 100644 --- a/reproduce/software/make/basic.mk +++ b/reproduce/software/make/basic.mk @@ -1031,7 +1031,6 @@ ifeq ($(host_cc),1) gcc-prerequisites = else gcc-prerequisites = $(tdir)/gcc-$(gcc-version).tar.xz \ - $(ibidir)/binutils \ $(ibidir)/isl \ $(ibidir)/mpc endif -- cgit v1.2.1