On Fri, Jun 29, 2018 at 09:09:38AM -0600, Jeff Law wrote: > > Btw, running find to search for libtool.m4/ltmain.sh I find extra copies in > > > > ./libgo/config/ltmain.sh > > ./libgo/config/libtool.m4 > > > > which are nearly identical besides appearantly patched in GO support? > > > > Can we consolidate those and/or do we need to patch those as well? > Ideally consolidate. The README indicates that directory is supposed > "temporarily until Go support is added to autoconf and libtool".
Can it be done when these files are not owned by GCC, but copied from upstream? Jakub