Skip to content

Commit

Permalink
Toolchain: Use "install.sh" to install LibC and LibM.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 21, 2019
1 parent facfaa5 commit acb7710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toolchain/BuildIt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acb7710

Please sign in to comment.