Fredrik Fornwall
09c4ed7316
libgnustl: Fix broken stripped library on aarch64
Fixes #823 .
8 years ago
Fredrik Fornwall
a922c73f42
Reset relevant package revisions after update
8 years ago
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
8 years ago
Fredrik Fornwall
3f300a10fc
Setup libstdc++.so -> libgnustl_shared.so early
Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink
before building any package, to make sure that all C++ applications
link against a fully featured C++ standard library.
Avoid explicitly declaring a dependency on the libgnustl package
since everyone may link against it at will and instead mark it as
essential.
8 years ago
Fredrik Fornwall
ca6dcf19f2
libgnustl: Fix x86-64 build
9 years ago
Fredrik Fornwall
9fa59b1c25
libgnustl: float=hard -> float=softfp for arm
9 years ago
Fredrik Fornwall
344b88f958
libgnustl: Symlink libstdc++ -> libgnustl_shared
This is used during building to get a fully-featured C++ standard
library by default.
9 years ago
Fredrik Fornwall
e3b2052e7f
libgnustl: Revert back to hard-float on arm
Fixes #245 .
9 years ago
Fredrik Fornwall
4c96d3fbe5
libgnustl: Install as $PREFIX/lib/libstdc++.so
This will make C++ programs link to a working C++ library by
default, so that -lgnustl_shared no longer is necessary.
9 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago