Fix some wrong build options for aarch64; correct patch pathes
This commit is contained in:
ohfp 2020-07-31 00:14:28 +02:00
parent d73ef25178
commit 15333fb833
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F
2 changed files with 5 additions and 5 deletions

View file

@ -224,7 +224,6 @@ ac_add_options --enable-profile-use
ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog
ac_add_options --enable-linker=lld
ac_add_options --disable-elf-hack
END
else
@ -234,7 +233,8 @@ ac_add_options --enable-lto=cross
ac_add_options --enable-profile-use=cross
ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog
ac_add_options --enable-linker=gold
ac_add_options --enable-linker=lld
ac_add_options --disable-elf-hack
END
fi

View file

@ -112,10 +112,10 @@ END
fi
# hopefully the magic sauce that makes things build on 16.04 and later on work "everywhere":
patch -p1 -i "${CI_PROJECT_DIR}/armhf-reduce-linker-memory-use.patch"
patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/armhf-reduce-linker-memory-use.patch"
patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/build-with-libstdc++-7.patch"
patch -p1 -i "${CI_PROJECT_DIR}/fix-armhf-webrtc-build.patch"
patch -p1 -i "${CI_PROJECT_DIR}/webrtc-fix-compiler-flags-for-armhf.patch"
patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/fix-armhf-webrtc-build.patch"
patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch"
# https://bugzilla.mozilla.org/show_bug.cgi?id=1654465
patch -p1 -i ${CI_PROJECT_DIR}/bug1654465.diff