Re: Fix glitch in GNAT detection test

2012-05-16 Thread Eric Botcazou
> Fixed thusly, tested on i586-suse-linux, applied as obvious on mainline, > 4.6 and 4.5 branches. > > > 2011-12-18 Eric Botcazou > > * configure: Regenerate. > config/ > * acx.m4 (Test for GNAT): Update comment and add quotes in final test. It turns out that gcc/configure needs to

Fix glitch in GNAT detection test

2011-12-18 Thread Eric Botcazou
Now that GNAT supports multilib configurations, it is possible to build a 32-bit Ada compiler on a biarch 64-bit system starting with the 64-bit compiler, by adding -m32 to the configure variables CC, CXX, etc... except that this miserably breaks for GNATBIND and GNATMAKE. Fixed thusly, tested