mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
Toolchain: Use "install.sh" to install LibC and LibM.
This commit is contained in:
parent
facfaa50df
commit
acb7710a62
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…
Add table
Add a link
Reference in a new issue