Skip to content

Commit

Permalink
debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 19, 2024
1 parent dbd3ea4 commit 718a6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [[ "$OS_TARGET" != "osx" ]]; then
--disable-symvers \
--with-boot-ldflags="-static-libstdc++" \
--with-stage1-ldflags="-static-libstdc++"
time make -j$NPROCS || (cat config.log && exit 1)
time make -j$NPROCS || (cat */libgcc/config.log && exit 1)
$SUDOCMD make install
cd ../..

Expand Down

0 comments on commit 718a6a1

Please sign in to comment.