aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts')
-rwxr-xr-xresources/scripts/helpers/download/crossgcc5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc
index 5469c866..8522458a 100755
--- a/resources/scripts/helpers/download/crossgcc
+++ b/resources/scripts/helpers/download/crossgcc
@@ -46,9 +46,8 @@ rm -Rf "crossgcc/"
cd 3rdparty/vboot/
git reset --hard ${vbootrevision}
)
- # 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
+ # If -pie is enabled in GCC, then --with-pic must be used when compiling
+ git am ../resources/libreboot/patch/crossgcc/looking_for_pie.patch
# 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