> >> [ada, build] Link gnattools with $(LIBINTL) > >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01443.html > >> > >> > >> This needs a build and/or Ada maintainer. I guess this is obvious, > >> though. > > > > Can you clarify how LIBINTL is set, and to what value? Will it be empty > > when not needed? > > It's substituted in gcc/ada/gcc-interface/Makefile.in: > > LIBINTL = @LIBINTL@ > > On Solaris 10, it becomes ${top_builddir}/../intl/libintl.a, on Solaris > 11, it is empty.
The patch is OK then, thanks.