mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ pushd "$DIR/Build/"
|
|||
make install-gcc install-target-libgcc || exit 1
|
||||
|
||||
echo "XXX serenity libc and libm"
|
||||
make -C "$DIR/../Libraries/LibC/" install
|
||||
make -C "$DIR/../Libraries/LibM/" install
|
||||
( cd "$DIR/../Libraries/LibC/" && ./install.sh )
|
||||
( cd "$DIR/../Libraries/LibM/" && ./install.sh )
|
||||
|
||||
echo "XXX build libstdc++"
|
||||
make all-target-libstdc++-v3 || exit 1
|
||||
|
|
Loading…
Reference in a new issue