We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facfaa5 commit acb7710Copy full SHA for acb7710
Toolchain/BuildIt.sh
@@ -93,8 +93,8 @@ pushd "$DIR/Build/"
93
make install-gcc install-target-libgcc || exit 1
94
95
echo "XXX serenity libc and libm"
96
- make -C "$DIR/../Libraries/LibC/" install
97
- make -C "$DIR/../Libraries/LibM/" install
+ ( cd "$DIR/../Libraries/LibC/" && ./install.sh )
+ ( cd "$DIR/../Libraries/LibM/" && ./install.sh )
98
99
echo "XXX build libstdc++"
100
make all-target-libstdc++-v3 || exit 1
0 commit comments