mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Use ld for MIPS builds
lld produces larger binaries that are incompatible with UPX.
This commit is contained in:
parent
9ecb32d4ae
commit
331bae81ca
@ -23,7 +23,7 @@ matrix:
|
|||||||
- name: "openwrt-mipsel_24kc"
|
- name: "openwrt-mipsel_24kc"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
env: EXTRA_FLAGS='target_cpu="mipsel" mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc" use_allocator="none" use_allocator_shim=false is_openwrt=true ldso_path="/lib/ld-musl-mipsel-sf.so.1"' OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.0-rc1 gcc_ver=7.4.0 target=ramips subtarget=rt305x'
|
env: EXTRA_FLAGS='target_cpu="mipsel" mips_arch_variant="r2" mips_float_abi="soft" mips_tune="24kc" use_allocator="none" use_allocator_shim=false is_openwrt=true ldso_path="/lib/ld-musl-mipsel-sf.so.1" use_lld=false' OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.0-rc1 gcc_ver=7.4.0 target=ramips subtarget=rt305x'
|
||||||
- name: "osx"
|
- name: "osx"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.2
|
||||||
|
@ -39,6 +39,9 @@ echo '
|
|||||||
./lib/libresolv.a
|
./lib/libresolv.a
|
||||||
./lib/librt.a
|
./lib/librt.a
|
||||||
./usr
|
./usr
|
||||||
|
*ld.bin
|
||||||
' >include.txt
|
' >include.txt
|
||||||
tar cf - -C $full_root . | tar xf - -C $sysroot --wildcards --wildcards-match-slash -T include.txt
|
tar cf - -C $full_root . | tar xf - -C $sysroot --wildcards --wildcards-match-slash -T include.txt
|
||||||
rm include.txt
|
rm include.txt
|
||||||
|
cd $sysroot/*-openwrt-linux-musl/bin
|
||||||
|
mv .ld.bin ld
|
||||||
|
Loading…
Reference in New Issue
Block a user