aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download/crossgcc
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/crossgcc')
-rwxr-xr-xresources/scripts/helpers/download/crossgcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc
index 311ded2d..54f55439 100755
--- a/resources/scripts/helpers/download/crossgcc
+++ b/resources/scripts/helpers/download/crossgcc
@@ -49,9 +49,12 @@ 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
+ #Patch to add hash checking to buildgcc
+ git apply ../resources/libreboot/patch/crossgcc/buildgcc_hash_patch.diff
rm -Rf .git* */*/.git*
)
+
printf "Deblobbing coreboot\n"
./resources/utilities/coreboot-libre/deblob