mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
Add mipsel_24kc-static build
This commit is contained in:
parent
0a8242dca0
commit
8c31c8d700
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -564,6 +564,10 @@ jobs:
|
||||
openwrt: 'target=ramips subtarget=rt305x'
|
||||
target_cpu: mipsel
|
||||
extra: 'mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc"'
|
||||
- arch: mipsel_24kc-static
|
||||
openwrt: 'target=ramips subtarget=rt305x'
|
||||
target_cpu: mipsel
|
||||
extra: 'mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc" build_static=true'
|
||||
- arch: mipsel_74kc
|
||||
openwrt: 'target=ramips subtarget=rt3883'
|
||||
target_cpu: mipsel
|
||||
|
Loading…
Reference in New Issue
Block a user