Re: libgloss: regenerate aclocal.m4 & configure w/newer versions
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Mike, On Nov 6 19:54, Mike Frysinger wrote: > 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. x86_64-pc-cygwin doesn't build libgloss, so one other arbitrary target actually building libgloss might be nice. arm-elf or whatever. Thanks, Corinna