2020-02-23 16:24:49 +01:00
|
|
|
--- ./releng/setup-env.sh.orig 2020-02-23 11:01:20.820879043 +0100
|
|
|
|
+++ ./releng/setup-env.sh 2020-02-23 11:01:20.830879026 +0100
|
|
|
|
@@ -484,26 +484,26 @@
|
2018-06-12 23:19:03 +02:00
|
|
|
|
|
|
|
case $host_arch in
|
|
|
|
x86)
|
2019-05-19 09:06:07 +02:00
|
|
|
- android_api=18
|
|
|
|
+ android_api=24
|
2019-08-08 21:27:13 +02:00
|
|
|
host_compiler_triplet="i686-linux-android"
|
2018-09-29 18:33:27 +02:00
|
|
|
host_arch_flags="-march=i686"
|
|
|
|
host_ldflags="-fuse-ld=gold"
|
2019-05-19 09:06:07 +02:00
|
|
|
;;
|
|
|
|
x86_64)
|
|
|
|
- android_api=21
|
|
|
|
+ android_api=24
|
2019-08-08 21:27:13 +02:00
|
|
|
host_compiler_triplet="x86_64-linux-android"
|
2019-05-19 09:06:07 +02:00
|
|
|
host_arch_flags=""
|
|
|
|
host_ldflags="-fuse-ld=gold -Wl,--icf=all"
|
2018-06-12 23:19:03 +02:00
|
|
|
;;
|
|
|
|
arm)
|
2019-05-19 09:06:07 +02:00
|
|
|
- android_api=18
|
|
|
|
+ android_api=24
|
2019-08-08 21:27:13 +02:00
|
|
|
host_compiler_triplet="armv7a-linux-androideabi"
|
|
|
|
host_tooltriplet="arm-linux-androideabi"
|
2018-09-29 18:33:27 +02:00
|
|
|
host_arch_flags="-march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
|
2019-05-19 09:06:07 +02:00
|
|
|
host_ldflags="-fuse-ld=gold -Wl,--icf=all -Wl,--fix-cortex-a8"
|
|
|
|
;;
|
|
|
|
arm64)
|
|
|
|
- android_api=21
|
|
|
|
+ android_api=24
|
2019-08-08 21:27:13 +02:00
|
|
|
host_compiler_triplet="aarch64-linux-android"
|
2019-05-19 09:06:07 +02:00
|
|
|
host_arch_flags=""
|
|
|
|
host_ldflags="-fuse-ld=gold -Wl,--icf=all"
|