Skip to content

Commit

Permalink
GCC: do not install GMP used to compile GCC
Browse files Browse the repository at this point in the history
Other externals depend on their own GMP since we do not want to bind
the lifetime of GMP upgrades to the lifetime of GCC ones. This was done
to avoid reproducibility issues in e.g. FastJet and CGal.
  • Loading branch information
ktf committed Sep 23, 2024
1 parent 7ff5be4 commit 352cb6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcc-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ pushd build-gcc
--disable-nls
make ${JOBS+-j $JOBS} bootstrap-lean MAKEINFO=":"
make install MAKEINFO=":"
(if cd gmp || cd ../gmp; then make install MAKEINFO=":"; fi)
hash -r

# GCC creates c++, but not cc
Expand Down

0 comments on commit 352cb6e

Please sign in to comment.