Skip to content

Commit

Permalink
gcc-4.5.1: Do not use -j on make install
Browse files Browse the repository at this point in the history
Parallel install seems to mess to. Disable MAKEFLAGS="-j .." for make
install.
  • Loading branch information
donald committed Apr 26, 2020
1 parent b553404 commit 8c0449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc-4.5.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $BUILDDIR/gcc-$VERSION/configure \

make
(make -k check 2>&1 || true) | tee check.log
make install
MAKEFLAGS= make install

cd $PREFIX
mkdir -vp lib
Expand Down

0 comments on commit 8c0449b

Please sign in to comment.