mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +00:00
AK: Don't demangle in serenity :(
In order to remove libstdc++ completely, we need to give up on their implementation of abi::__cxa_demangle. The demangler logic will actually have to be quite complex, and included in both the kernel and userspace. A definite fixme for the future, to parse the mangled names into real deal names.
This commit is contained in:
parent
aff594f1e7
commit
4361a50225
2 changed files with 4 additions and 3 deletions
|
@ -228,7 +228,7 @@ pushd "$DIR/Build/"
|
|||
echo "XXX serenity libc and libm"
|
||||
mkdir -p "$BUILD"
|
||||
pushd "$BUILD"
|
||||
CXXFLAGS="-DBUILDING_SERENITY_TOOLCHAIN" cmake ..
|
||||
cmake ..
|
||||
"$MAKE" LibC
|
||||
install -D Libraries/LibC/libc.a Libraries/LibM/libm.a Root/usr/lib/
|
||||
SRC_ROOT=$(realpath "$DIR"/..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue