Skip to content

Commit

Permalink
simplify building/installing libgcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored and flavioc committed Oct 30, 2024
1 parent 05bc4a3 commit 066fd97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bootstrap-funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ compile_gcc() {
make -j$PROCS all-gcc &&
make -j$PROCS install-gcc &&
make -j$PROCS configure-target-libgcc &&
cd "$CROSS_HURD_TARGET"/libgcc &&
make -j$PROCS all &&
make -j$PROCS install &&
cd - &&
make -j$PROCS all-target-libgcc &&
make -j$PROCS install-target-libgcc &&
mv config.status config.status.removed &&
rm -f config.cache *config.cache */*/config.cache &&
cd ..
Expand Down

0 comments on commit 066fd97

Please sign in to comment.