Add arm_cortex-a9 build

This commit is contained in:
klzgrad 2020-07-29 21:45:06 +08:00
parent 6da2dce0a5
commit 047a828dd9

View File

@ -56,6 +56,15 @@ matrix:
use_allocator="none" use_allocator_shim=false use_allocator="none" use_allocator_shim=false
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"' custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
OPENWRT_FLAGS='arch=arm_cortex-a15_neon-vfpv4 release=19.07.3 gcc_ver=7.5.0 target=ipq806x subtarget=generic abi=musl_eabi' OPENWRT_FLAGS='arch=arm_cortex-a15_neon-vfpv4 release=19.07.3 gcc_ver=7.5.0 target=ipq806x subtarget=generic abi=musl_eabi'
- name: "openwrt-arm_cortex-a9"
os: linux
dist: bionic
env: EXTRA_FLAGS='
target_cpu="arm"
arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false
use_allocator="none" use_allocator_shim=false
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
OPENWRT_FLAGS='arch=arm_cortex-a9 release=19.07.3 gcc_ver=7.5.0 target=bcm53xx subtarget=generic abi=musl_eabi'
- name: "osx" - name: "osx"
os: osx os: osx
osx_image: xcode11.3 osx_image: xcode11.3