This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.4.4 RC2 (& ada/Make-lang.in)
Alexandre Oliva wrote:
On May 16, 2005, Georg Bauhaus <bauhaus@futureapps.de> wrote:
- cd ada/doctools && gnatmake -q xgnatugn
+ cd ada/doctools && gnatmake -q --GCC=$(CC) xgnatugn -largs --GCC=$(CC)
Don't you need quotes around $(CC),
Yes, there should be quotes.
(Without them the change is instance of someone messing with
configuration software, based on just his own momentary assumptions. ;-)
And of a good mailing list pointing out his error.)
In fact this change will make the commands consistent with
similar commands in testsuite/ada/acats/run_all.sh, at least WRT syntax.
thanks,
Georg