its-pointless
db5e1cdaf8
version names change
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago
Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
fddd88738a
Update to NDK r18 ( #2827 )
6 years ago
tomty89
f47cef0c83
Ship libgcc in ndk-sysroot and ndk-multilib ( #2146 )
7 years ago
Fredrik Fornwall
cf8cd11655
ndk-multilib: Use $ARCH, not $TERMUX_ARCH
7 years ago
Tom Yan
f5a606a684
ndk-multilib: use libatomic from armv7-a/ for arm
7 years ago
Fredrik Fornwall
b8132d99a5
Improve various package descriptions
7 years ago
Fredrik Fornwall
c8ab26e502
ndk-multilib: Remove mips
Mips is being dropped from the Android NDK.
7 years ago
Vladimir Serbinenko
79191bb30c
ndk-multilib: Supply crt* files for all platforms.
It allows compiling binaries for another android variant on termux.
E.g. to compile for arm on aarch64 do:
clang -m32 -o 1 1.c -fuse-ld=lld -L/system/lib -B$PREFIX/arm-linux-androideabi/lib
Hopefully with the time -L and -B will be eliminated
7 years ago