Skip to content

Commit

Permalink
fix: build pthread-embedded with more threads
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 12, 2024
1 parent 6fcf4c0 commit 1427901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ cd pte
./configure \
--target=$TARGET \
--prefix=$PREFIX
make && make install
make -O $NJOBS
make install
cd ..

if [ ! -d "tmp/gcc" ]; then
Expand Down

0 comments on commit 1427901

Please sign in to comment.