mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Toolchain: Use "make install" to install our LibC and LibM
This commit is contained in:
parent
ada70f2c8b
commit
097b8acf10
Notes:
sideshowbarker
2024-07-19 10:47:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/097b8acf10f
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ pushd "$DIR/Build/"
|
|||
make install-gcc install-target-libgcc || exit 1
|
||||
|
||||
echo "XXX serenity libc and libm"
|
||||
( cd "$DIR/../Libraries/LibC/" && make clean && make && ./install.sh )
|
||||
( cd "$DIR/../Libraries/LibM/" && make clean && make && ./install.sh )
|
||||
( cd "$DIR/../Libraries/LibC/" && make clean && make && make install )
|
||||
( cd "$DIR/../Libraries/LibM/" && make clean && make && make install )
|
||||
|
||||
echo "XXX build libstdc++"
|
||||
make all-target-libstdc++-v3 || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue