From 9797d4119d5de6cb4db1aec928a79038dc3f066b Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 27 Sep 2019 00:35:47 -0500 Subject: Update URI pointing to libelf v0.8.13 The mirror for the version of libelf needed is down, preventing crossgcc from being built using the old build system. Resolves issues #664, #672 --- resources/scripts/helpers/download/crossgcc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc index 54f55439..5469c866 100755 --- a/resources/scripts/helpers/download/crossgcc +++ b/resources/scripts/helpers/download/crossgcc @@ -49,6 +49,8 @@ rm -Rf "crossgcc/" # workaround to fix the error on debian stretch and later, when building # GMP. If -pie is enabled in GCC, then --with-pic must be used when compiling git am ../resources/libreboot/patch/crossgcc/gccfix.diff + # Update URI pointing to the version of libelf we need + git am ../resources/libreboot/patch/crossgcc/libelf.patch #Patch to add hash checking to buildgcc git apply ../resources/libreboot/patch/crossgcc/buildgcc_hash_patch.diff rm -Rf .git* */*/.git* -- cgit v1.2.3-70-g09d2