Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
build fake libm between libgcc and libstdc++.
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed May 22, 2021
1 parent dabc013 commit 16f857f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion util/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ make install-gcc

cd $DIR/../
make base/lib/libc.so
make base/lib/libm.so

cd $DIR/build/gcc
make -j8 all-target-libgcc
make install-target-libgcc

cd $DIR/../
make base/lib/libm.so

cd $DIR/build/gcc
make -j8 all-target-libstdc++-v3
make install-target-libstdc++-v3

0 comments on commit 16f857f

Please sign in to comment.