mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
Toolchain: Use "install.sh" to install LibC and LibM.
This commit is contained in:
parent
facfaa50df
commit
acb7710a62
Notes:
sideshowbarker
2024-07-19 13:05:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/acb7710a628
@ -93,8 +93,8 @@ pushd "$DIR/Build/"
|
|||||||
make install-gcc install-target-libgcc || exit 1
|
make install-gcc install-target-libgcc || exit 1
|
||||||
|
|
||||||
echo "XXX serenity libc and libm"
|
echo "XXX serenity libc and libm"
|
||||||
make -C "$DIR/../Libraries/LibC/" install
|
( cd "$DIR/../Libraries/LibC/" && ./install.sh )
|
||||||
make -C "$DIR/../Libraries/LibM/" install
|
( cd "$DIR/../Libraries/LibM/" && ./install.sh )
|
||||||
|
|
||||||
echo "XXX build libstdc++"
|
echo "XXX build libstdc++"
|
||||||
make all-target-libstdc++-v3 || exit 1
|
make all-target-libstdc++-v3 || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user