Add support for Linux aarch64 builds
This commit is contained in:
parent
cfd9fde44f
commit
f29d3b5662
35 changed files with 1133 additions and 7 deletions
|
@ -29,11 +29,16 @@ ffbuild_dockerbuild() {
|
|||
--enable-threads
|
||||
--with-combined-threads
|
||||
--with-incoming-stack-boundary=2
|
||||
--enable-sse2
|
||||
--enable-avx
|
||||
--enable-avx2
|
||||
)
|
||||
|
||||
if [[ $TARGET != *arm64 ]]; then
|
||||
myconf+=(
|
||||
--enable-sse2
|
||||
--enable-avx
|
||||
--enable-avx2
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
||||
myconf+=(
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue