On 06 Nov 2021 22:18, Corinna Vinschen wrote: > On Nov 6 14:18, Mike Frysinger wrote: > > On 15 Sep 2021 10:24, Mike Frysinger wrote: > > > Regenerate the files using automake-1.15 & autoconf-2.69 to match the > > > binutils/gdb/gcc projects. Ran: > > > > > > libgloss $ find -name configure.ac -printf '%h\n' | while read d; do > > > (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15; > > > aclocal-1.15 -I.. && autoconf-2.69); done > > > > > > I'm attaching the patch compressed because it's much too large for the > > > mailing list otherwise. > > > > ping ... > > Does libgloss still build afterwards? If so, go ahead. i've been testing bfin-elf & x86_64-pc-cygwin and they seem to still work. if there's other targets you'd like me to test, let me know. -mike