diff options
author | Swift Geek <swiftgeek@gmail.com> | 2019-09-27 15:53:51 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2019-09-27 15:53:51 +0000 |
commit | 444701d1ed3a8092fcf50861df12d9089e9241f0 (patch) | |
tree | 520fb261a0c8b6a742dd1b3db8e2647ba63a34fe /resources/scripts/helpers | |
parent | 0c707c40183a0620c09323093184e50870174890 (diff) | |
parent | f2c648593a094b8f28af633fd2bc145d5c97d039 (diff) | |
download | librebootfr-444701d1ed3a8092fcf50861df12d9089e9241f0.tar.gz librebootfr-444701d1ed3a8092fcf50861df12d9089e9241f0.zip |
Merge branch 'oldbuild' of and_who/libreboot into master
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/crossgcc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc index 54f55439..8522458a 100755 --- a/resources/scripts/helpers/download/crossgcc +++ b/resources/scripts/helpers/download/crossgcc @@ -46,9 +46,10 @@ 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 git apply ../resources/libreboot/patch/crossgcc/buildgcc_hash_patch.diff rm -Rf .git* */*/.git* |