diff options
author | Andrew Robbins <andrew@libreboot.org> | 2018-10-03 01:11:37 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-10-03 01:11:37 +0000 |
commit | 1c2b39c0412ddb3856c6e92f6f221a8a26b10eba (patch) | |
tree | 3c29eef16549a6906d3372eb5182c0f04c1ec73a /resources/scripts | |
parent | 0915597a65a96905d68c3a220b51e60b217fd294 (diff) | |
parent | 80ae0913076622ce82fc96d8cfee4dbb04874e34 (diff) | |
download | librebootfr-1c2b39c0412ddb3856c6e92f6f221a8a26b10eba.tar.gz librebootfr-1c2b39c0412ddb3856c6e92f6f221a8a26b10eba.zip |
Merge branch 'master' of SolidHal/libreboot into master
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/download/crossgcc | 3 |
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 |