mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Revert "LibC: Implement Itanium C++ ABI for static variable guards"
This reverts commit cdbbe14062
.
This commit is contained in:
parent
250c3b363d
commit
ef776c1e68
6 changed files with 11 additions and 159 deletions
|
@ -230,7 +230,7 @@ pushd "$DIR/Build/"
|
|||
pushd "$BUILD"
|
||||
cmake ..
|
||||
"$MAKE" LibC
|
||||
install -D Libraries/LibC/libc.a Libraries/LibM/libm.a Libraries/LibCxx/libstdc++.a Root/usr/lib/
|
||||
install -D Libraries/LibC/libc.a Libraries/LibM/libm.a Root/usr/lib/
|
||||
SRC_ROOT=$(realpath "$DIR"/..)
|
||||
for header in "$SRC_ROOT"/Libraries/Lib{C,M}/**/*.h; do
|
||||
target=$(echo "$header" | sed -e "s@$SRC_ROOT/Libraries/LibC@@" -e "s@$SRC_ROOT/Libraries/LibM@@")
|
||||
|
@ -239,6 +239,11 @@ pushd "$DIR/Build/"
|
|||
unset SRC_ROOT
|
||||
popd
|
||||
|
||||
echo "XXX build libstdc++"
|
||||
"$MAKE" all-target-libstdc++-v3 || exit 1
|
||||
echo "XXX install libstdc++"
|
||||
"$MAKE" install-target-libstdc++-v3 || exit 1
|
||||
|
||||
if [ "$(uname -s)" = "OpenBSD" ]; then
|
||||
cd "$DIR/Local/libexec/gcc/i686-pc-serenity/$GCC_VERSION" && ln -sf liblto_plugin.so.0.0 liblto_plugin.so
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue