https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106429
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |UNCONFIRMED Summary|Building GCC is Inhibited |make clean in libgcc fails |on old Linux Distributions | |due to the use of | |"#!/bin/bash" | --- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- As I mentioned this is unrelated to bash version. "make clean" is failing so reopening for that issue. clean in libgcc/Makefile.in is defined as: clean: -rm -f libgcc_tm.h libgcc.map -rm -f libgcc_tm.stamp stmp-ldirs -rm -f *$(objext) -rm -f *.dep -rm -f *.a -rm -f libunwind$(SHLIB_EXT) -rm -f libgcc_s* @$(MULTICLEAN) multi-clean DO=clean